From 4256276d3f6d159d867f9b7c0818b399e03a640e Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Thu, 25 Oct 2018 19:08:18 +0200 Subject: [PATCH] Strip README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 9013b58..5a735f5 100644 --- a/README.md +++ b/README.md @@ -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] -```