Skip to content

Commit

Permalink
Update intro.rst
Browse files Browse the repository at this point in the history
fixed instruction for installation from sources
  • Loading branch information
JFadanni authored Apr 5, 2024
1 parent 10215c6 commit 395a079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ In case you like using command line and want a copy-paste line ::

Once the code is downloaded, enter package's directory and execute ::

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

Or you can do it at once with ::

$ python -m pip install git+https://github.com/laszukdawid/PyEMD.git

This will download all required dependencies and will install PyEMD in your environment.
Once it's done do a sanity check with quick import and version print: ::
Expand Down

0 comments on commit 395a079

Please sign in to comment.