Skip to content

Commit f83f985

Browse files
author
Ilya Radchenko
committed
Update prepare placeholder
was missing 'install' for pip
1 parent b33d32e commit f83f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<label for="strider-python-prepare">Prepare Command</label>
2-
<input id="strider-python-prepare" type="text" ng-model="config.prepare" placeholder="pip -r requirements.txt"/>
2+
<input id="strider-python-prepare" type="text" ng-model="config.prepare" placeholder="pip install -r requirements.txt"/>
33
<p class="help-text">
44
Enter which command should be used to prepare your project. The default is
55
"pip -r requirements.txt". For example, this could be "python setup.py

0 commit comments

Comments
 (0)