Skip to content

Commit

Permalink
Added watchdog install note
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware authored Aug 10, 2017
1 parent 6aaca50 commit 18179da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ pip install watchdog
conda install -c ecpy atom
```

For Python 3.6+ you may need to install watchdog from conda forge:
```
conda install -c conda-forge watchdog
```

If the `QGL` module is not installed, the repository path needs to be in the
`PYTHONPATH`. On Windows machines, you add/modify this environment variable by
going to System -> Advanced Settings -> Environment variables. On Mac/Linux
Expand Down

0 comments on commit 18179da

Please sign in to comment.