From 7655928c1b6b23ff453cd43d6659ec4b90692773 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 28 Sep 2013 18:01:43 +0200 Subject: [PATCH] change README.md to README.rst (setuptools wants .rst .txt or no extension) --- README.md => README.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) rename README.md => README.rst (67%) diff --git a/README.md b/README.rst similarity index 67% rename from README.md rename to README.rst index 40a82e3..d8fc997 100644 --- a/README.md +++ b/README.rst @@ -11,23 +11,23 @@ Installation If you haven't already done create and change to a virtualenv for the installation (here with virtualenvwrapper) -``` -mkvirtualenv nsupdate -workon nsupdate -``` + + mkvirtualenv nsupdate + workon nsupdate + Clone the repo and cd into -``` -git clone git@github.com:asmaps/nsupdate.info.git nsupdate -cd nsupdate -``` + + git clone git@github.com:asmaps/nsupdate.info.git nsupdate + cd nsupdate + Then install the requirements (either "dev" or just "all" for production) -``` -pip install -r requirements.d/all.txt -#or for dev -pip install -r requirements.d/dev.txt -``` + + pip install -r requirements.d/all.txt + # or for dev + pip install -r requirements.d/dev. + From time to time execute this again to install the newest dependencies.