Skip to content

Commit

Permalink
fix: updated contributing docs so users can install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Sep 5, 2024
1 parent 436b6c3 commit 4d3ef00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ cd titanoboa
```bash
python -m venv venv
source venv/bin/activate
# Install dev requirements
pip install -r dev-requirements.txt
# Install prod requirements (in the pyproject.tom)
pip install .
```

*Note: When you delete your terminal/shell, you will need to reactivate this virtual environment again each time. To exit this python virtual environment, type `deactivate`*
Expand Down

0 comments on commit 4d3ef00

Please sign in to comment.