LasticotSoftware / Astibot

Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
MIT License
205 stars 48 forks source link

Dependencies #4

Closed GettingTechnicl closed 3 years ago

GettingTechnicl commented 3 years ago

There were a few extra dependencies not listed in the guide

ipdb scipy twilio tzlocal gdax

also your run command is python even though you specified python 3 as dependency, but I am running this using "python3 Astibot.py"

rayjanoka commented 3 years ago
pip3 install pyqt5 pyqtgraph tzlocal cbpro twilio scipy ipdb
LasticotSoftware commented 3 years ago

Thank you for your feedbacks, Readme.md updated