InstallationΒΆ
Currently the only way to install ConiFW is via pip, using the git repository as a source. Installation is best performed on a host with Debian 13 (trixie) which is the current development target.
If you want to install or try it out using a virtualenv, first create and activate it:
python3 -m venv venv
source venv/bin/activate
Then you can install conifw:
pip3 install git+https://codeberg.org/habalux/conifw.git@main
Run conifw --help to verify if the installation worked. Then you can move on
to configuration.