Skip to content

Commit aa84fcb

Browse files
DON-BRANjakirkham
andauthored
updated docs/contributing.rst (#1243)
Co-authored-by: jakirkham <[email protected]>
1 parent 3d2cd61 commit aa84fcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ the repository, you can do something like the following::
9292
$ mkdir -p ~/pyenv/zarr-dev
9393
$ python -m venv ~/pyenv/zarr-dev
9494
$ source ~/pyenv/zarr-dev/bin/activate
95-
$ pip install -r requirements_dev_minimal.txt -r requirements_dev_numpy.txt
95+
$ pip install -r requirements_dev_minimal.txt -r requirements_dev_numpy.txt -r requirements_rtfd.txt
9696
$ pip install -e .
9797

9898
To verify that your development environment is working, you can run the unit tests::
@@ -248,6 +248,7 @@ The documentation can be built locally by running::
248248

249249
$ cd docs
250250
$ make clean; make html
251+
$ open _build/html/index.html
251252

252253
The resulting built documentation will be available in the ``docs/_build/html`` folder.
253254

0 commit comments

Comments
 (0)