Skip to content

Commit

Permalink
📝 Add 3.5 disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
mijdavis2 committed Oct 15, 2016
1 parent fcd2863 commit f1c9737
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An api module, dev mode, and 100% test coverage are included out of the box.
## Run
**Requirements**:
- Python 3.5+
- Python 3.4 - 3.5+

For automated pip and virtual env setup and creation,
clone this repository and in your terminal do:
Expand Down Expand Up @@ -63,9 +63,14 @@ See ```starter_weppy/cli.py``` for cli commands.
py.test -v -s --cov-report term-missing --cov=starter_weppy -r w tests
```

## Caveats
- The current setup.sh script is set to Python 3.5.2. Though I
suggest upgrading to 3.5.2, you can replace PYTHON_VERSION with
3.4.3 in the script.

## License

MIT © [mijdavis2](http://mdavisinsc.com)
MIT © [mijdavis2](http://mdavis.io)


[npm-image]: https://badge.fury.io/js/generator-weppy-mvc.svg
Expand Down

0 comments on commit f1c9737

Please sign in to comment.