|
@@ -2,7 +2,7 @@ |
|
|
Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WVm9d-iV3utATLFd_O2Ov5y0VAbVyr4K5dQ/edit)
|
|
|
Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WVm9d-iV3utATLFd_O2Ov5y0VAbVyr4K5dQ/edit)
|
|
|
|
|
|
|
|
|
## Project Setup
|
|
|
## Project Setup
|
|
|
1. Clone the app
|
|
|
|
|
|
|
|
|
1. Clone the project
|
|
|
2. Create a virtual environment `python3 -m venv virtualenv`
|
|
|
2. Create a virtual environment `python3 -m venv virtualenv`
|
|
|
3. Activate virtualenv `source virtualenv/bin/activate`
|
|
|
3. Activate virtualenv `source virtualenv/bin/activate`
|
|
|
4. Run `pip install -r requirements.txt`
|
|
|
4. Run `pip install -r requirements.txt`
|
|
|