Automated market engine — demonstration project for my website.
You need a working python3 interpreter. That's it.
-
Setting up your working environment:
git clone https://github.com/solid-abstractions/cryptomate.git cd cryptomate python3 -m venv .env .env/bin/pip install --editable . .env/bin/pip install -r requirements-dev.txt
-
Running tests:
.env/bin/python -m pytest