Skip to content

Commit 5e6fa35

Browse files
Merge pull request #22 from usermicrodevices/develop
fix install cmd help
2 parents d1dd54a + 2204414 commit 5e6fa35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd prod
1010
mkdir logs media static
1111
python -m venv venv
1212
. ./venv/bin/activate
13-
pip install -r requirements
13+
pip install -r requirements.txt
1414
./manage.py collectstatic
1515
./manage.py makemigrations
1616
./manage.py migrate

0 commit comments

Comments
 (0)