Skip to content

Commit

Permalink
Remove references to requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
CruiseDevice committed Jun 5, 2020
1 parent ac713ed commit 46b45cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It is advised to install all the requirements inside [virtualenv], use [virtuale
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libpq-dev python-dev build-essential tcl
pip install -r requirements-dev.txt
pip install -r requirements.txt
cp settings/dev.py.sample settings/dev.py
python manage.py migrate --noinput
python manage.py sample_data
Expand Down
2 changes: 1 addition & 1 deletion bin/regenerate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "-> Install requirements:"
pip install -r requirements-dev.txt
pip install -r requirements.txt

echo "-> Remove database:"
rm db.sqlite3
Expand Down
2 changes: 1 addition & 1 deletion docs/source/old/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It is advised to install all the requirements inside [virtualenv], use [virtuale
[virtualenvwrapper]: https://virtualenvwrapper.readthedocs.org/en/latest/

```
pip install -r requirements-dev.txt
pip install -r requirements.txt
cp settings/dev.py.sample settings/dev.py
python manage.py migrate --noinput
python manage.py sample_data
Expand Down

0 comments on commit 46b45cc

Please sign in to comment.