11 lines
388 B
Markdown
11 lines
388 B
Markdown
|
# python Captive Portal
|
||
|
|
||
|
### Installation
|
||
|
|
||
|
Either clone repository (and install dependencies either through distribution or as virtualenv with `./setup-venv.sh`) or install as package.
|
||
|
|
||
|
[`pipx`](https://pypa.github.io/pipx/) (available in debian as package) can be used to install in separate virtual environment:
|
||
|
|
||
|
pipx install https://github.tik.uni-stuttgart.de/NKS/python-capport
|
||
|
|