From cbc517b5dad9b24755d20278d728e408846b07af Mon Sep 17 00:00:00 2001 From: Stephan Klinger Date: Fri, 5 Nov 2021 14:41:32 +0100 Subject: [PATCH] Fix typo in contribute.md --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index 1c6a0242a..21c0292ea 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -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) 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` 4. Run the migrations: `python manage.py migrate` 5. Start the development server: `python manage.py runserver`