forked from github/pelican
Merge pull request #1958 from MrSenko/pip_requirements
Separate pip requirements. Fixes #1808
This commit is contained in:
commit
09fb6a1393
6 changed files with 22 additions and 14 deletions
|
|
@ -37,7 +37,7 @@ To clone the Pelican source::
|
|||
To install the development dependencies::
|
||||
|
||||
$ cd src/pelican
|
||||
$ pip install -r dev_requirements.txt
|
||||
$ pip install -r requirements/developer.pip
|
||||
|
||||
To install Pelican and its dependencies::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue