From b012b21c77d0a1c9938bdb5d3cc16f3da78247f8 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 28 Sep 2013 18:04:21 +0200 Subject: [PATCH] fix syntax in README.rst --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d8fc997..ed50435 100644 --- a/README.rst +++ b/README.rst @@ -10,20 +10,23 @@ Installation ============ If you haven't already done create and change to a virtualenv for the -installation (here with virtualenvwrapper) +installation (here with virtualenvwrapper): +:: mkvirtualenv nsupdate workon nsupdate -Clone the repo and cd into +Clone the repo and cd into: +:: git clone git@github.com:asmaps/nsupdate.info.git nsupdate cd nsupdate -Then install the requirements (either "dev" or just "all" for production) +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.