Skip to content

Commit 034b400

Browse files
Tian-Jiongluhardbyte
Tian-Jionglu
authored andcommitted
doc update
update installation doc since `setup.py` method removed.
1 parent 26a3f4b commit 034b400

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/installation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,7 @@ reinstall. Download or clone the source repository then:
131131

132132
::
133133

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

0 commit comments

Comments
 (0)