8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7e2b6 commit b80c0c4Copy full SHA for b80c0c4
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