Skip to content

Commit 2d1fea0

Browse files
authored
Merge branch 'master' into sharding
2 parents 4859e31 + b80c0c4 commit 2d1fea0

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)