Skip to content

Commit

Permalink
docs: update virtualenv setup instructions in Contribution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gugupy committed Nov 3, 2024
1 parent fab9013 commit 7e454c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Setup you dev environment
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt -r requirements-dev.txt -r requirements-extra.txt
$ pip install -r requirements/base.txt -r requirements/dev.txt -r requirements/extra.txt
2 - Install `docker` and `docker-compose`

Expand Down

0 comments on commit 7e454c8

Please sign in to comment.