You are viewing a single comment's thread from:
RE: Pymarketcap - Coinmarketcap Python API and web parser
pip install bs4
Worked fine.
pip install pymarketcap
Error = " Could not find a version that satisfies the requirement pymarketcap (from versions: )
No matching distribution found for pymarketcap".
I use Python 3.5.2
If you use Linux:
git clone https://github.com/mondeja/pymarketcap.git
cd pymarketcap
python3 setup.py install
In windows, you can download it in github and instal from source.