Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 187 Bytes

File metadata and controls

17 lines (9 loc) · 187 Bytes

Getting started

On Ubuntu:

./configure

Then every time you start working on this repo:

. .venv/bin/activate

And when you are done:

deactivate

Run all tests:

./test