Post
Topic
Board Altcoin Discussion
Re: Mcafee Trading Bot - With Image Processing & Auto Sell
by
itskirkby
on 08/01/2018, 13:51:41 UTC
Guys make sure when you install Python that you check the 'add extension' box.. If you didn't uninstall it and reinstall it with that option checked.

Also after installing Python.

In command prompt run each of these commands individually line by line otherwise the bot won't work.

pip3 install requests
pip3 install ccxt
pip3 install poloniex
pip3 install bittrex
pip3 install pytesseract
pip3 install piltesseract
pip3 install fake_useragent
pip3 install bs4