Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.44 KB

README.adoc

File metadata and controls

68 lines (51 loc) · 1.44 KB

ekglib

⚠️
This is a pre-alpha project. Everything in this repo is subject to heavy change.

Build & Test

View the Project on Github here.

Capture Steps

Installation

pip3 install -r requirements.txt

python3 was not linked, so had to:

brew link --overwrite python

Tests

To run the tests, run:

./run-tests.sh

Tun run a single test, from root run:

./run-tests.sh <name of test>

Packaging

pip3 wheel -r requirements.txt