Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 539 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 539 Bytes

z2scanner

z2 scanner

Requirement

  • python3.7.4
  • venv, pipenv

Prepare for development

Enter devel environment with venv

source devel/bin/activate

Escape devel environment

deactivate

Enter pipenv

pipenv shell

Install pip package under under pipenv

pipenv install PACKAGE_NAME

Run Test

python test/test01.py

Follow upstream

# 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