Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 299 Bytes

BUILDING.md

File metadata and controls

22 lines (17 loc) · 299 Bytes

Building

To build execute the following

python3 -m venv venv
source venv/bin/activate
pip3 install -e .

To test execute the following

pip3 install -r dev_requirements.txt
pytest tests/

To get kernel version and OS info

cat /etc/os-release
uname -a