FriendCode / gittle

Pythonic Git for Humans
Other
732 stars 90 forks source link

Installing on windows through pip is not working as intended #70

Open tonnydourado opened 9 years ago

tonnydourado commented 9 years ago

Even though the setup.py tries to work around the need to have the C compiler installed, when installing with pip it will first download the dependencies and install them, before even running the setup.py from gittle, and them the whole installation fails when it can install pycrypto. Maybe the dependencies need to be declared in some other way, for it to work? Or not at all, and leave to the setup.py to install everything?