laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
857 stars 222 forks source link

Update README.md #155

Closed JFadanni closed 4 months ago

JFadanni commented 5 months ago

Fixed pip command for installation from source.

The modification is necessary because in the master branch there is no "setup.py" file, making your previous command useless.

Giving to pip the path for the package pip install . will install the PyEMD package from the local folder.

The other proposed option skip the explicit download of the repo with git