Skip to content

Commit

Permalink
Note all in contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Sep 21, 2023
1 parent 93567ba commit 88ace41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Ready to contribute? Here's how to set up pyribs for local development.
cd pyribs
conda create --prefix ./env python=3.8 # 3.8 is the minimum version pyribs supports.
conda activate ./env
pip install -e .[dev]
pip install -e .[all,dev]
```

1. We roughly follow the
Expand Down

0 comments on commit 88ace41

Please sign in to comment.