Skip to content

Commit 6851346

Browse files
committed
DOC: Recommend "-m pip install -e ." instead of "setup.py develop"
1 parent 96ea902 commit 6851346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ newest development version (a.k.a. "master") from Github_::
1111

1212
git clone https://github.com/spatialaudio/nbsphinx.git
1313
cd nbsphinx
14-
python3 setup.py develop --user
14+
python3 -m pip install -e . --user
1515

1616
This way, your installation always stays up-to-date, even if you pull new
1717
changes from the Github repository. If you have only Python 3 installed, you
@@ -43,5 +43,5 @@ Again, you'll probably have to use ``python`` instead of ``python3``.
4343
The generated files will be available in the directories ``build/sphinx/html/``
4444
and ``build/sphinx/latex/``, respectively.
4545

46-
.. _PyPI: https://pypi.python.org/pypi/nbsphinx/
47-
.. _Github: http://github.com/spatialaudio/nbsphinx/
46+
.. _PyPI: https://pypi.org/project/nbsphinx/
47+
.. _Github: https://github.com/spatialaudio/nbsphinx/

0 commit comments

Comments
 (0)