Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QuickStart instructions to README. #123

Merged
merged 3 commits into from
Apr 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,17 @@ 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

After running the above installation steps on your Pi, run GreenPiThumb with a command following the template below:

```bash
sudo python greenpithumb/greenpithumb.py \
--poll_interval 15 \
--photo_interval 240 \
--sleep_window "23:15-07:00" \
--sleep_window "14:30-15:45" \
--image_path "images/" \
--moisture_threshold 900
```