mkhaled87 / etoro-api

A python api for eToro automatically generated via the provided OpenAPI specifications.
50 stars 21 forks source link

pip install not working - missing setup.py file #2

Closed galeindor closed 1 year ago

galeindor commented 1 year ago

hello , as stated in the README file , I've been trying to do the following commend : pip install git+https://github.com/mkhaled87/etoro-api.git

and got this exception: ERROR: git+https://github.com/mkhaled87/etoro-api.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

and I found the setup.py file but for some reason pip can't find it , hope you can fix this =)

galeindor commented 1 year ago

found another method of doing that , if anyone will see this - just clone and run ./install_all.sh =)