diff --git a/README.md b/README.md new file mode 100644 index 0000000..17784a0 --- /dev/null +++ b/README.md @@ -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