CPCLAB-UNIPI / SIPPY

Systems Identification Package for PYthon
GNU Lesser General Public License v3.0
269 stars 92 forks source link

How to install it through Anaconda? #43

Closed ubaldot closed 2 years ago

ubaldot commented 2 years ago

Is there any way to install it through Anaconda (Windows 10)?

RBdC commented 2 years ago

Dear Barzi2001, unfortunately, for the moment there is no "direct" way to install our SIPPY within Anaconda (e.g., via conda or via pip command).. we could work on this aspect in the next future ! The only way to install SIPPY now is by downloading the package from this github and then typing the following line: python setup.py install on your own Terminal or on the Anaconda Prompt, to gather all the required packages. Note that, before running the installation, you need to move to the precise path containing the directory with SIPPY package and setup.py file located on your PC. Best Regards SIPPY Team