woodcrafty/PyETo

pyeto

sumeshsheoran opened this issue · 5 comments

no module name pyeto !!!!!!!!!

pls solve this problem

You will have to clone this repository and import the pyeto module from its path on your system in your project.

no module name pyeto. I am using python 3.5.2.
I tried
python3 -m pip install pyeto
pip3 install pyeto
pip install pyeto

Please help how to install this package.

Try the following:

pip install git
pip install git+https://github.com/woodcrafty/PyETo.git

OR if you are using the Anaconda prompt:

conda install pip git
pip install git+https://github.com/woodcrafty/PyETo.git

Duplicate of #3

Thanks it has worked for me...