wardbradt / peregrine

Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
MIT License
1.18k stars 339 forks source link

Module missing #70

Closed MiningAmazing closed 3 years ago

MiningAmazing commented 3 years ago

Hi,

Using python 3.8.6 and Peregrine 1.8.0 (I think...) I get next error when executing the code in the example _multiple_coins_multipleexchanges.py:

ModuleNotFoundError: No module named 'networkx'

Can you please explain how can I install it or if I'm doing something wrong?

Thank you

LPX55 commented 3 years ago

sudo pip3 install networkx should do it.

MiningAmazing commented 3 years ago

It worked.

thanks!