0


python中“pyemd库”的安装

参考:https://github.com/laszukdawid/PyEMD
1.Installation
Recommended
Simply download this directory either directly from GitHub, or using command line:
在teminal中运行:
$ git clone https://github.com/laszukdawid/PyEMD

2.Then go into the downloaded project and run from command line:
在cmd中运行:
$ python setup.py install

3.PyPi
Packaged obtained from PyPi is/will be slightly behind this project, so some features might not be the same. However, it seems to be the easiest/nicest way of installing any Python packages, so why not this one?
在teminal中运行:
$ pip install EMD-signal

4.pychram打开sample,运行测试是否安装成功。


本文转载自: https://blog.csdn.net/qq_37706433/article/details/115430002
版权归原作者 Bobo爱学习 所有, 如有侵权,请联系我们删除。

“python中“pyemd库”的安装”的评论:

还没有评论