Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed May 10, 2024
1 parent 94bf2f4 commit 1c1692c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ To use the latest version of QPoint, install via ``pip``::
Otherwise, for developement work, clone the repository
(`<https://github.com/arahlin/qpoint>`_) and install manually::

$ python setup.py install
$ pip install .

Or, if installing on a shared machine::

$ python setup.py install --user
$ pip install --user .

Examples
--------
Expand Down

0 comments on commit 1c1692c

Please sign in to comment.