Update README and add start script

This commit is contained in:
James Hodgson
2020-12-26 16:59:52 +00:00
parent 1d4ecdaa34
commit 97adf57e2e
2 changed files with 12 additions and 0 deletions

View File

@@ -1,2 +1,13 @@
# PiCamera
Camera for Raspberry Pi
## How to run
Either:
```
chmod +x ./start.sh
./start.sh
```
Or:
```
python3 src/main.py
```

1
start.sh Executable file
View File

@@ -0,0 +1 @@
python3 src/main.py