Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.38 KB

INSTALLATION.md

File metadata and controls

46 lines (29 loc) · 1.38 KB

Required software

The following software are needed to use flict:

  • Python (version 3.6+)
  • pip

Install from pypi

  • run pip3 install flict (might require sudo/root/admin rights)

Install from git clone

  • 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)

Install development version

  • 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)

Non-root installation

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

Docker image

Flict is included in the docker image Compliance Tools which is easily managed by Compliance Tool Collection

Using flict

Check out our EXAMPLES