The following software are needed to use flict:
- Python (version 3.6+)
- pip
- run
pip3 install flict
(might require sudo/root/admin rights)
- run
git clone https://github.com/vinland-technology/flict
- optional: checkout the revision you like to install
- run
cd flict
- run
pip3 install -r requirements.txt
- run
pip3 install .
(might require sudo/root/admin rights)
- run
git clone https://github.com/vinland-technology/flict
- optional: checkout the revision you like to install
- run
cd flict
- run
pip3 install -r requirements-dev.txt
- run
pip3 install -e .[dev]
(might require sudo/root/admin rights)
In case you don't have root access on your machine you need add --user
to all the pip3
calls - e.g. pip3 install --user -e .[dev]
.
NOTE: On Debian-based systems that is the default behavior
Flict is included in the docker image Compliance Tools which is easily managed by Compliance Tool Collection
Check out our EXAMPLES