Skip to content

Commit

Permalink
Merge branch 'master' into sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
jstriebel committed Dec 22, 2021
2 parents 4859e31 + b80c0c4 commit 2d1fea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ you have cloned the Zarr source code and your current working directory is the r
the repository, you can do something like the following::

$ mkdir -p ~/pyenv/zarr-dev
$ virtualenv --no-site-packages --python=/usr/bin/python3.8 ~/pyenv/zarr-dev
$ python -m venv ~/pyenv/zarr-dev
$ source ~/pyenv/zarr-dev/bin/activate
$ pip install -r requirements_dev_minimal.txt -r requirements_dev_numpy.txt
$ pip install -e .
Expand Down

0 comments on commit 2d1fea0

Please sign in to comment.