Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
jschueller authored Jun 11, 2024
1 parent cfb176a commit 63c46b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ The install procedure is performed as follows:

.. code-block:: shell
$ python setup.py install
$ pip install .
If you need to install the module in the user folder :
If you need to install the module in the user folder:

.. code-block:: shell
$ python setup.py install --user
$ pip install . --user
To run the tests:

.. code-block:: shell
$ pytest
Finally to build the documentation, you should invoke the `build_sphinx` option :
Finally to build the documentation, you should invoke the `build_sphinx` option:

.. code-block:: shell
Expand Down

0 comments on commit 63c46b7

Please sign in to comment.