RE: Pymarketcap - Coinmarketcap Python API and web parser

You are viewing a single comment's thread from:

Pymarketcap - Coinmarketcap Python API and web parser

in cryptocurrency •  8 years ago 

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  8 years ago (edited)

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.