z2 scanner
- python3.7.4
- venv, pipenv
source devel/bin/activate
deactivate
pipenv shell
pipenv install PACKAGE_NAME
python test/test01.py
# if you forked this repository
git remote add upstream git://github.com/seccamp-z/z2scanner.git
# follow upstream
git fetch upstream
git merge upstream/master