Skip to content

Commit

Permalink
correct api install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
FraserLee committed Aug 16, 2023
1 parent 1aa6149 commit 534b495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Open two terminal windows. In the first, run:

```bash
cd api
pipenv install --dev # (skip this line after the first time)
pipenv install --dev --ignore-pipfile # (skip this line after the first time)
pipenv run python3 main.py
```

Expand Down

0 comments on commit 534b495

Please sign in to comment.