File Integrity Guard requires Python 3.10.
Python package requirements are documented in requirements.txt
.
- Create a virtual environment:
python -m venv env
- Activate the environment:
env/Scripts/activate
- Install requirements:
pip install -r requirements.txt
- Create a virtual environment:
python3 -m venv env
- Activate the environment:
source env/bin/activate
- Install requirements:
pip install -r requirements.txt
Execute the following command from the folder containing the application.
$ python -m guardian
Execute the following command from the directory containing the application.
$ python3 -m guardian