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.
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 thenimport PyEIS
from the REPL.