File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ def display_project_setup_instructions(
107
107
if Templates .BASIC .value in template_type :
108
108
print_info_message (
109
109
"Project Run Steps:Run the following commands\n \n "
110
- """pip install -r requirements.txt --Ignore this if dr-cli
111
- already installed dependencies \n """
110
+ """pip install -r requirements.txt
111
+ NB: Skip the above command if dr-cli already installed dependencies \n """
112
112
"python manage.py migrate \n "
113
113
"python manage.py runserver \n "
114
114
"point your browser to `http://localhost:8000/api/v1/docs to view docs \n "
@@ -117,9 +117,9 @@ def display_project_setup_instructions(
117
117
if Templates .MEDIOR .value in template_type :
118
118
print_info_message (
119
119
"Project Run Steps: Run the following commands:\n \n "
120
- """pip install -r requirements.txt and
121
- pip install -r requirements-dev.txt
122
- --Ignore this if dr-cli installed dependencies \n """
120
+ """pip install -r requirements.txt
121
+ Then runpip install -r requirements-dev.txt
122
+ NB: Skip the above commands if dr-cli already installed dependencies \n """
123
123
"pre-commit install \n "
124
124
"python manage.py makemigrations users \n "
125
125
"python manage.py migrate \n "
You can’t perform that action at this time.
0 commit comments