change README.md to README.rst (setuptools wants .rst .txt or no extension)
This commit is contained in:
parent
6e7907a95d
commit
7655928c1b
@ -11,23 +11,23 @@ Installation
|
|||||||
|
|
||||||
If you haven't already done create and change to a virtualenv for the
|
If you haven't already done create and change to a virtualenv for the
|
||||||
installation (here with virtualenvwrapper)
|
installation (here with virtualenvwrapper)
|
||||||
```
|
|
||||||
mkvirtualenv nsupdate
|
mkvirtualenv nsupdate
|
||||||
workon 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
|
git clone git@github.com:asmaps/nsupdate.info.git nsupdate
|
||||||
cd 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
|
pip install -r requirements.d/all.txt
|
||||||
#or for dev
|
# or for dev
|
||||||
pip install -r requirements.d/dev.txt
|
pip install -r requirements.d/dev.
|
||||||
```
|
|
||||||
|
|
||||||
From time to time execute this again to install the newest dependencies.
|
From time to time execute this again to install the newest dependencies.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user