Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 449 Bytes

BUILDING.md

File metadata and controls

19 lines (12 loc) · 449 Bytes

How do I build this?

First, clone the project from github.

Ensure you have the following packages installed with:

pip install -U setuptools wheel

To install the package, run this command in the root of the repository:

python setup.py develop --user

How do I run this in Docker?

First install docker. Follow the instructions from Docker to do this.