Added README.md

This commit is contained in:
bton 2024-02-22 00:01:08 +01:00
parent 4292799030
commit 31341e5e1d

9
README.md Normal file
View 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