Commit 31f34532 authored by matteo perini's avatar matteo perini

aggiornato il readme

parent 8198f4ad
...@@ -18,7 +18,19 @@ https://pimylifeup.com/raspberry-pi-rfid-rc522/ ...@@ -18,7 +18,19 @@ https://pimylifeup.com/raspberry-pi-rfid-rc522/
sudo apt install python3-dev python3-pip python3-venv sudo apt install python3-dev python3-pip python3-venv
``` ```
Poi nell'ambiente virtuale del progetto: Poi bisogna creare un ambiente virtuale del progetto:
```
python3 -m venv rg
```
Lo attiviamo con:
```
source ./rg/bin/activate
```
e poi installiamo le varie librerie necessarie:
``` ```
python3 -m pip install spidev python3 -m pip install spidev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment