fix syntax in README.rst, now really
This commit is contained in:
parent
b012b21c77
commit
625edb90f3
@ -10,23 +10,20 @@ 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user