Skip to content

Commit

Permalink
fix install directions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviasculley committed Oct 3, 2023
1 parent 7cf5353 commit 5c3ea9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ The following needs to be included in an appropriate Apache .conf file, usually
1. Create a virtual environment with `python -m venv env`.
1. Activate the venv with `source env/bin/activate`
1. Use `deactivate` to exit the venv if needed.
1. Install dependencies using `pip install -r requirements.txt`
1. Install project dependencies using `pip install .` or `pip install .[test]`
to install development dependencies for testing
1. Run the app with `python src/bot.py`!

1. Proxy a web server to the running app's port, as defined in the .envrc `PORT` value.
Expand Down

0 comments on commit 5c3ea9a

Please sign in to comment.