8000 update the path for test requirements.txt in documentation · pyexcel-webwares/django-excel@ced2061 · GitHub
[go: up one dir, main page]

Skip to content

Commit ced2061

Browse files
committed
update the path for test requirements.txt in documentation
1 parent f77b5f3 commit ced2061

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.moban.d/docs/source/index.rst.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install all dependencies::
3535

3636
$ cd django-excel
3737
$ pip install -r requirements.txt
38-
$ pip install -r test_requirements.txt
38+
$ pip install -r tests/requirements.txt
3939

4040
Then run the test application::
4141

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ install all dependencies::
214214

215215
$ cd django-excel
216216
$ pip install -r requirements.txt
217-
$ pip install -r test_requirements.txt
217+
$ pip install -r tests/requirements.txt
218218

219219
Then run the test application::
220220

File renamed without changes.

0 commit comments

Comments
 (0)
0