Browse Source

updated numbering in README.md

master
alpcentaur 1 year ago
parent
commit
39008d4de7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

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

Loading…
Cancel
Save