Fix typo in contribute.md

This commit is contained in:
Stephan Klinger 2021-11-05 14:41:32 +01:00 committed by GitHub
parent fb018ef9e2
commit cbc517b5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ This application is developed using the Django framework for Python. They have e
1. Clone this repository wherever you like and install the Python language for your OS (at least version 3.8) 1. Clone this repository wherever you like and install the Python language for your OS (at least version 3.8)
2. Open it in your favorite editor/IDE (e.g. PyCharm) 2. Open it in your favorite editor/IDE (e.g. PyCharm)
1. If you want, create a virutal environment for all your packages. 1. If you want, create a virtual environment for all your packages.
3. Install all required packages: `pip install -r requirements.txt` 3. Install all required packages: `pip install -r requirements.txt`
4. Run the migrations: `python manage.py migrate` 4. Run the migrations: `python manage.py migrate`
5. Start the development server: `python manage.py runserver` 5. Start the development server: `python manage.py runserver`