okashaluai / Fingerprint-Biometric-Research-Tool

0 stars 0 forks source link

Fingerprint-Biometric-Research-Tool

Environment Setup

Create Virtual Environment

Recommended Python version is python3.10.2 (install the interpreter).

Create the environment using the recommended version (you may have to replace 'python' with the path of the python3.10.2 in your system)

python -m venv env

Activate Environment

.\env\Scripts\activate

Install Recommended pip Version 21.2.3

pip install pip==21.2.3

Install Project's Requirements

pip install -r requirements.txt

Start

See User Manual here!