Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the README to match the new steps to deploy the app (closes #87) #86

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,9 @@ This repository contains a script to iteratively issue a bulk fetch and populate
2. Install python3, if you haven't already.
3. Run the following command to install the dependencies:
```
python3 -m pip install -r requirements.txt
python3 -m pip install .
```
4. `cd` into the directory and create a `virtualenv` by running:
```
virtualenv flask
```
5. Run the following command:
```
source flask/Scripts/activate
```
You should now seek `(flask)` in your terminal prompt.

6. Run the `main.py` with:
4. Run the `main.py` with:
```
python3 main.py
```
Expand Down
Loading