Browse Source

pip自身とsetuptoolsの更新も追加

master
first_user 5 months ago
parent
commit
b43235e7f7
  1. 1
      readme.md

1
readme.md

@ -27,6 +27,7 @@ python manage.py runserver
```bash
python3 -m venv env
. env/bin/activate
pip install -U pip setuptools
pip install -r requirements.txt
sh download.sh
python manage.py migrate

Loading…
Cancel
Save