kbknudsen / PyEIS

PyEIS: A Python-based Electrochemical Impedance Spectroscopy simulator and analyzer
Apache License 2.0
177 stars 61 forks source link

Add install to setup, so we can easily get dependencies. #12

Open cod3monk3y opened 3 years ago

cod3monk3y commented 3 years ago

When installing, it was required to manually install dependencies. This change adds the deps to the setup.py so user doesn't have to make an extra step to manually install.

Also added a .gitignore file to ignore any intermediate files created during setup.

Tested locally with pip install -e . and then import PyEIS from the REPL.