Skip to content

vks2005/poloniex-tri-arb

 
 

Repository files navigation

READ ME

Step 1

Download code from Git within a chosen project folder on your computer

git clone https://github.com/CryptoWizardsNet/poloniex-tri-arb.git

Step 2

Create a Python virtual env. Ensure you are using Python3. You can check this by typing python3 --version

python3 --version
python3 -m venv venv

Step 2

Create a Python virtual env. Ensure you are using Python3. You can check this by typing python3 --version

python3 --version
python3 -m venv venv

Step 3

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

Step 4

Run Code

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%