We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4859e31 + b80c0c4 commit 2d1fea0Copy full SHA for 2d1fea0
docs/contributing.rst
@@ -90,7 +90,7 @@ you have cloned the Zarr source code and your current working directory is the r
90
the repository, you can do something like the following::
91
92
$ mkdir -p ~/pyenv/zarr-dev
93
- $ virtualenv --no-site-packages --python=/usr/bin/python3.8 ~/pyenv/zarr-dev
+ $ python -m venv ~/pyenv/zarr-dev
94
$ source ~/pyenv/zarr-dev/bin/activate
95
$ pip install -r requirements_dev_minimal.txt -r requirements_dev_numpy.txt
96
$ pip install -e .
0 commit comments