353 B
353 B
Project setup
python3 -m venv venv
venv/bin/python -m pip install -r requirements.txt
Build
venv/bin/python -m build
Install
venv/bin/python -m pipx install dist/sspoc-*.tar.gz
Run
~/.local/bin/session-security-poc-server
Then open https://localhost:1443 on your favourite browser