Skip to content

Commit

Permalink
docs(README): Bare Server
Browse files Browse the repository at this point in the history
Added build-essential & python3-dev into the Bare Server section of the
README.md file
  • Loading branch information
mibs510 committed Jun 11, 2023
1 parent f1535e3 commit dc7097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ It was designed with an emphasis on security to meet organization/business needs
TBD

### Bare Server
1. apt-install python3.10 redis-server && systemctl enable redis-server && systemctl start redis-server
1. apt-install build-essential python3 python3-dev redis-server && systemctl enable redis-server && systemctl start redis-server
2. git https://github.com/mibs510/OpenALPR-Webhook
3. cd OpenALPR-Webhook
4. pip3 install -r requirements.txt
Expand Down

0 comments on commit dc7097d

Please sign in to comment.