From b80c0c473277375f0013cb60d61d216c069377a3 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Tue, 21 Dec 2021 12:12:31 -0500 Subject: [PATCH] DOC: update create dev env (#921) --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index d0019cdb6..c1401f938 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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 .