Skip to content

Commit

Permalink
fix: updated contributing docs (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC authored Sep 6, 2024
1 parent b4335c0 commit 2c7d572
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 2c7d572

Please sign in to comment.