Update zeroseg.md

fix install inscription
This commit is contained in:
David Glaude 2021-04-10 02:06:07 +02:00 committed by GitHub
parent 0c2b2e7947
commit ff15d72afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ To install first enable SPI and update your pi then:
```bash
sudo apt-get install build-essential python-dev python-spidev
git clone https://github.com/AverageManVsPi/ZeroSeg.git
cd zeroseg && sudo python setup.py install
cd ZeroSeg && sudo python setup.py install
```