]> prime8.dev >> repos - csc.git/commitdiff
Update README
authorDamian Myrda <monkey.damianek@gmail.com>
Fri, 26 Apr 2024 03:26:12 +0000 (22:26 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Fri, 26 Apr 2024 03:26:12 +0000 (22:26 -0500)
README.md

index b74b4361566077f66de79a7f6aa104f992363633..f3ad965efc3bf8f79c4136d50fe61d014c112e7f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@ A website for Computer Science Club made during a mini-hackathon.
 
 ## setup
 
-To setup the server environment, run `python -m venv .` in the root of the project. Then, execute `. ./bin/activate` and you should be in the virtual environment. Next, run `pip install flask schoolopy` to install all the dependencies. Now, exit using by running `exit`.
+To setup the server environment, run `python -m venv .` in the root of the project. Then, execute `. ./bin/activate` and you should be in the virtual environment. Next, run `pip install flask schoolopy jsonpickle cachecontrol google-auth google_auth_oauthlib` to install all the dependencies. Now, exit using by running `exit`.
 
-To setup Google OAuth2, goto [get google api clientid](https://developers.google.com/identity/oauth2/web/guides/get-google-api-clientid) and follow the instructions. Copy the json file into `google_auth.json` in the root of the project. In the `config.py` file in the directory of the project, change `REDIRECT_URL` to the url you used when you set up the google project.
+To get a Schoolopy API key and secret, goto `schoology.(PUT DOMAIN HERE).org/api`. There, you can manage your API credentials. Get the key and the secret.
 
-## running
-
-To run the server, you need an API key and its companioning secret. In your browser, go to `schoology.(PUT DOMAIN HERE).org/api`. There, you can manage your API credentials. Get the key and secret and return.
+To setup Google OAuth2, go [here](https://developers.google.com/identity/oauth2/web/guides/get-google-api-clientid) and follow the instructions. Copy the json into a file called `google_auth.json` in the root of the project. In the `config.py` file in the directory of the project, change `REDIRECT_URL` to the url you used when you set up the google project.
 
+## running
 Now, you can execute `SCHOOLOGY_API_KEY="PUT KEY HERE" SCHOOLOGY_API_SECRET="PUT SECRET HERE" ./run.sh`.
+