10 lines
233 B
Text
10 lines
233 B
Text
|
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
|