Skip to content
Snippets Groups Projects
Commit 823f112f authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

chore: fix typo

parent 90159aef
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ if [[ $docker == "false" ]]; then ...@@ -67,7 +67,7 @@ if [[ $docker == "false" ]]; then
source python/bin/activate source python/bin/activate
echo "Install dependencies" echo "Install dependencies"
pip3 install -r requirements.txt pip3 install -r requirements.txt
echo "Next you need to create the configuration, run fixtues, migrations and create a superuser." echo "Next you need to create the configuration, run fixtures, migrations and create a superuser."
fi fi
### Runs Steering in development mode (Virtualenv) ### ### Runs Steering in development mode (Virtualenv) ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment