Skip to content

Commit 337801d

Browse files
author
Bojan Jovanovic
committed
Readme edited to match requirements
1 parent f2f6cb9 commit 337801d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
only:
66
- master
77
install:
8-
- pip install -r ./requirements/requirements.txt
8+
- pip install -r requirements.txt
99
script:
1010
- python manage.py test
1111
deploy:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source .venv/bin/activate
2727
4. Install the requirements:
2828

2929
```
30-
pip install -r ./requirements/requirements.txt
30+
pip install -r requirements.txt
3131
```
3232

3333
5. Create a file named `.env`

0 commit comments

Comments
 (0)