Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
update installation doc since `setup.py` method removed.
  • Loading branch information
Tian-Jionglu authored and hardbyte committed Jun 7, 2024
1 parent 26a3f4b commit 034b400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,7 @@ reinstall. Download or clone the source repository then:

::

python setup.py develop
# install in editable mode
cd <path-to-this-repo>
python3 -m pip install -e .

0 comments on commit 034b400

Please sign in to comment.