You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
1. Install `python3`.
4
4
2.`git clone` this repo
5
5
3. In the project root run: `python3 -m venv ./env`. This will create a virtual environment in `env`, where the project dependencies will be installed.
6
-
4. Activate the virtual environment: `source env/bin/activate` (you'll need to do this again every time you open a new terminal and want to run the scripts)
6
+
4. Activate the virtual environment: `source env/bin/activate` (you'll need to do this again every time you open a new terminal and want to run the scripts). If you are on Windows: `source env/Scripts/activate`
7
7
5. Install the requirements: `pip install -r requirements.txt`
8
8
6. Get the `certs.json` from Michael, or create a new service account with Firebase privileges and download its credentials. This should be placed in the project root as `certs.json`.
0 commit comments