Skip to content

Commit 01ae9c5

Browse files
CruiseDevicepalnabarun
authored andcommitted
Remove references to requirements-dev.txt
1 parent f866be3 commit 01ae9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/regenerate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo "-> Install requirements:"
4-
pip install -r requirements-dev.txt
4+
pip install -r requirements.txt
55

66
echo "-> Remove database:"
77
rm db.sqlite3

docs/source/old/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is advised to install all the requirements inside [virtualenv], use [virtuale
2222
[virtualenvwrapper]: https://virtualenvwrapper.readthedocs.org/en/latest/
2323

2424
```
25-
pip install -r requirements-dev.txt
25+
pip install -r requirements.txt
2626
cp settings/dev.py.sample settings/dev.py
2727
python manage.py migrate --noinput
2828
python manage.py sample_data

0 commit comments

Comments
 (0)