updated numbering in README.md

This commit is contained in:
alpcentaur 2023-10-22 17:43:19 +00:00
parent 1352d58e03
commit 39008d4de7

View file

@ -10,11 +10,11 @@ users with OAuth2
```bash
virtualenv --python=python3.9 venv
```
1. Install requirements
2. Install requirements
```bash
pip install -r requirements.txt
```
1. Run the server
3. Run the server
```bash
python manage.py migrate
python manage.py runserver