XThomasBU
commited on
Commit
·
f197fbc
1
Parent(s):
1e2550f
update
Browse files- docs/setup.md +4 -0
docs/setup.md
CHANGED
@@ -12,6 +12,10 @@ conda activate ai_tutor
|
|
12 |
pip install -r requirements.txt
|
13 |
```
|
14 |
|
|
|
|
|
|
|
|
|
15 |
## Google OAuth 2.0 Client ID and Secret
|
16 |
|
17 |
To set up the Google OAuth 2.0 Client ID and Secret, follow these steps:
|
|
|
12 |
pip install -r requirements.txt
|
13 |
```
|
14 |
|
15 |
+
## Code Formatting
|
16 |
+
|
17 |
+
The codebase is formatted using [black](https://github.com/psf/black), and if making changes to the codebase, ensure that the code is formatted before submitting a pull request. More instructions can be found in `docs/contribute.md`.
|
18 |
+
|
19 |
## Google OAuth 2.0 Client ID and Secret
|
20 |
|
21 |
To set up the Google OAuth 2.0 Client ID and Secret, follow these steps:
|