We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33d32e commit f83f985Copy full SHA for f83f985
config/config.html
@@ -1,5 +1,5 @@
1
<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"/>
+<input id="strider-python-prepare" type="text" ng-model="config.prepare" placeholder="pip install -r requirements.txt"/>
3
<p class="help-text">
4
Enter which command should be used to prepare your project. The default is
5
"pip -r requirements.txt". For example, this could be "python setup.py
0 commit comments