Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
robogroup
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
matteo perini
robogroup
Commits
31f34532
Commit
31f34532
authored
Jan 03, 2025
by
matteo perini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aggiornato il readme
parent
8198f4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+13
-1
No files found.
README.md
View file @
31f34532
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment