Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 478 Bytes

cryptomate

Automated market engine — demonstration project for my website.

Prerequisites

You need a working python3 interpreter. That's it.

Getting Started

  • 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