8000 DOC: update create dev env (#921) · jni/zarr-python@b80c0c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b80c0c4

Browse files
authored
DOC: update create dev env (zarr-developers#921)
1 parent 5f7e2b6 commit b80c0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ you have cloned the Zarr source code and your current working directory is the r
9090
the repository, you can do something like the following::
9191

9292
$ mkdir -p ~/pyenv/zarr-dev
93-
$ virtualenv --no-site-packages --python=/usr/bin/python3.8 ~/pyenv/zarr-dev
93+
$ python -m venv ~/pyenv/zarr-dev
9494
$ source ~/pyenv/zarr-dev/bin/activate
9595
$ pip install -r requirements_dev_minimal.txt -r requirements_dev_numpy.txt
9696
$ pip install -e .

0 commit comments

Comments
 (0)
0