Skip to content

Commit

Permalink
Add QuickStart instructions to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeetShetty committed Apr 6, 2017
1 parent 88c13a0 commit 8d7c6ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,18 @@ sudo pip install -r requirements.txt
sudo pip install -r dev_requirements.txt
cp greenpithumb/wiring_config.ini.example greenpithumb/wiring_config.ini
```

## QuickStart Instructions

Run greenpithumb/greenpithumb.py and supply command-line flags for poll_interval, photo_interval, config_file, sleep_window, image_path, and db_file. Example below.

```bash
python greenpithumb/greenpithumb.py \
--poll_interval 15 \
--photo_interval 240 \
--config_file "C:\GreenPiThumb\greenpithumb\config.ini" \
--sleep_window "23:15-07:00" \
--sleep_window "14:30-15:45" \
--image_path "C:\GreenPiThumb\greenpithumb\images" \
--db_file "C:\GreenPiThumb\greenpithumb\greenpithumb.db"
```

0 comments on commit 8d7c6ab

Please sign in to comment.