Strip README

This commit is contained in:
Lucidiot 2018-10-25 19:08:18 +02:00
parent 239a2481f9
commit 4256276d3f
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 0 additions and 12 deletions

View File

@ -1,15 +1,3 @@
# pyurbantz
A Python package to help with an undocumented API of UrbanTZ. [Browse documentation](https://lucidiot.gitlab.io/pyurbantz)
## Development
### Setup
Sample setup using
[`virtualenvwrapper`](https://virtualenvwrapper.readthedocs.io/):
```
mkvirtualenv pyurbantz -a .
pip install -e .[dev]
```