Hello,
Nice work so far. Whilst installing the lib, I encountered few issues.
First the command used to install on your readme.md and readme.rst was
pip install crypto_compare
Well, that doesn't work. So looking at the lib on https://pypi.python.org/pypi/crypto-compare/0.0.1 , it's clearly different.
The right command then should be:
pip install crypto-compare
Running that command, I received this error
Collecting crypto-compare
Downloading crypto_compare-0.0.1-py2-none-any.whl
Collecting urllib2 (from crypto-compare)
Could not find a version that satisfies the requirement urllib2 (from crypto-compare) (from versions: )
No matching distribution found for urllib2 (from crypto-compare)
I'm running it on a MacOS Sierra
Any help?
Hello,
Nice work so far. Whilst installing the lib, I encountered few issues.
First the command used to install on your
readme.mdandreadme.rstwasWell, that doesn't work. So looking at the lib on https://pypi.python.org/pypi/crypto-compare/0.0.1 , it's clearly different.
The right command then should be:
Running that command, I received this error
I'm running it on a MacOS Sierra
Any help?