bramton / degiro

Very basic unofficial Python API for DeGiro
BSD 3-Clause "New" or "Revised" License
52 stars 16 forks source link

Enabling module import #9

Open FelixBenning opened 4 years ago

FelixBenning commented 4 years ago

So I tried to figure out how to actually import a module from github instead of simply copying the files into my project https://stackoverflow.com/questions/19943022/import-a-python-library-from-github

And this stackoverflow suggestions fails, apparently because there is no setup.py script. I am not 100% sure what a setup.py script is. But I think it basically describes the dependencies of the python module and allows pip to deal with it.

This might also be useful: https://setuptools.readthedocs.io/en/latest/setuptools.html

I want to get other things done first, but if I finish with these other things in my project I could also have a look at this.