Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jobe committed Sep 22, 2019
1 parent 1fd5903 commit 3d8ca25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,18 @@ Since remain untouched, you can attach any other information with that command s

## How to install?

Make sure you have installed Python 3.6 or higher. It may run with a lower version, but I just tested it with Python 3.6.6.
Make sure you have installed Python 3.5 or higher. I've tested the package on my Raspberry Pi 3 Model B+ running **Raspbian GNU/Linux 9 (stretch)** with Python 3.5.3 installed.

Use
```
pip install raspend
$ pip install raspend
```
or if Python 3 isn't the default use
```
$ pip3 install raspend
```
to install the package.

## License

MIT
MIT. See LICENSE file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="raspend",
version="1.0.1",
version="1.0.2",
author="Joerg Beckers",
author_email="pypi@jobe-software.de",
description="A small and easy to use HTTP backend framework for the Raspberry Pi which is ideal for small to medium-sized home automation projects.",
Expand Down

0 comments on commit 3d8ca25

Please sign in to comment.