Skip to content

Commit

Permalink
more details for manual installation
Browse files Browse the repository at this point in the history
  • Loading branch information
layereight committed Nov 1, 2023
1 parent 186ae90 commit 62636ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
```
$ sudo apt-get update
$ sudo apt-get install python3 python3-pip vim
$ sudo pip3 install -r requirements.txt
$ git clone https://github.com/layereight/MFRC522-trigger.git
$ sudo pip3 install -r MFRC522-trigger/requirements.txt
```
* edit Raspberry Pi's */boot/config.txt*: `$ sudo vi /boot/config.txt`
* add the following lines somewhere in the file
Expand All @@ -34,6 +35,8 @@ dtoverlay=pi3-disable-bt
enable_uart=1
```
* reboot: `sudo reboot`
* configure MFRC522-trigger config file `MFRC522-trigger/config.json`
* run `MFRC522-trigger/MFRC522-trigger.py`

# Automated Installation

Expand Down

0 comments on commit 62636ce

Please sign in to comment.