Added README.md
This commit is contained in:
parent
b9d9b98730
commit
50dbcf504e
1 changed files with 9 additions and 0 deletions
9
README
Normal file
9
README
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
How to get started:
|
||||||
|
create venv:
|
||||||
|
python -m venv venv
|
||||||
|
start venv:
|
||||||
|
source venv/bin/activate
|
||||||
|
install requiremens:
|
||||||
|
pip install -r requirements.txt
|
||||||
|
start the program:
|
||||||
|
venv/bin/python3 NFC_Reader.py
|
Loading…
Reference in a new issue