Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 541 Bytes

dev-doc.md

File metadata and controls

34 lines (28 loc) · 541 Bytes

Install globaly from source

sudo python3 setup.py install

Install in a virtualenv

mkdir venv
python3 -m venv venv
pip uninstall arm_now
python3 setup.py install

To delete untracked files populated by setup install

git clean -fdx

Upload to pypi

sudo pip3 install twine
sudo git clean -fdx

python3 setup.py sdist
twine upload dist/*

sudo pip3 install --no-cache-dir arm_now

Unit test

To test if arm_now is working on all supported CPU run the bellow script.

./unit_test_all.sh