Skip to content

Commit 7b3d3c5

Browse files
Update README.md
1 parent e7ad1cf commit 7b3d3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Install `python3`.
44
2. `git clone` this repo
55
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`
77
5. Install the requirements: `pip install -r requirements.txt`
88
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`.
99

0 commit comments

Comments
 (0)