Skip to content

Commit

Permalink
update manual installation using pip requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
layereight committed Nov 1, 2023
1 parent cc94983 commit 186ae90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
```
$ sudo apt-get update
$ sudo apt-get install python3 python3-pip vim
$ sudo pip3 install RPi.GPIO
$ sudo pip3 install spidev
$ sudo pip3 install pi-rc522
$ sudo pip3 install fastjsonschema==2.14.1
$ sudo pip3 install assertpy
$ sudo pip3 install -r requirements.txt
```
* edit Raspberry Pi's */boot/config.txt*: `$ sudo vi /boot/config.txt`
* add the following lines somewhere in the file
Expand Down

0 comments on commit 186ae90

Please sign in to comment.