Skip to content

Commit 159674d

Browse files
committed
fix install command
1 parent ea58ca0 commit 159674d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For testing, we recommend you install the test dependencies with pip:
2121

2222
.. code-block:: sh
2323
24-
pip install hidimstat[test]
24+
pip install -e '.[test]'
2525
2626
This will install ``pytest`` and the following extensions:
2727
``pytest-cov``, ``pytest-randomly``, ``pytest-xdist``, ``pytest-html``,
@@ -40,7 +40,7 @@ To run the examples, we recommend you install the example dependencies with pip:
4040

4141
.. code-block:: sh
4242
43-
pip install hidimstat[example]
43+
pip install -e '.[example]'
4444
4545
For running the examples, it's necessary to install Matplotlib >= |MatplotlibMinVersion| and seaborn >=
4646
|SeabornMinVersion|.
@@ -55,12 +55,12 @@ The documentation is built with Sphinx. We recommend you install the documentati
5555

5656
.. code-block:: sh
5757
58-
pip install hidimstat[doc]
58+
pip install -e '.[doc]'
5959
6060
After this installation, you can build the documentation from the source using the Makefile in doc_conf:
6161

6262
.. code-block:: sh
6363
6464
make html
6565
66-
**For more information**, look at the `developer documentation <https://hidimstat.github.io/dev/dev/index.html>`_
66+
**For more information**, look at the `developer documentation <https://hidimstat.github.io/dev/dev/index.html>`_

0 commit comments

Comments
 (0)