Download code from Git within a chosen project folder on your computer
git clone https://github.com/CryptoWizardsNet/poloniex-triarb-new.git triarb
Create a Python virtual env. Ensure you are using Python3. You can check this by typing python3 --version
python3 --version
python3 -m venv venv
Create a Python virtual env. Ensure you are using Python3. You can check this by typing python3 --version
python3 --version
python3 -m venv venv
Install required packages
pip3 install requests
or if you want to try installing the exact same packages used in the course:
pip3 install -r requirements.txt
Run Code
python3 main.py