Edit README

This commit is contained in:
Afeedh Shaji 2021-03-13 20:15:26 +05:30
parent 63e503c955
commit 6781a42eac
2 changed files with 17 additions and 1 deletions

1
.env.sample Normal file
View File

@ -0,0 +1 @@
REMOTE_SRV_URI=""

View File

@ -1 +1,16 @@
##
## Fingerprint Authentication System (Local proxy server)
### Before running:
Copy `.env.sample` to `.env` and edit the contents of the environment file to your required configuration setup.
### Steps to run:
```
git clone git@gitlab.com:computer-security1/finger-verify.git
cd finger-verify
virtualenv --python=$(which python3) venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
```