We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5ce71 commit dd8b90eCopy full SHA for dd8b90e
1 file changed
{{cookiecutter.project_slug}}/README.md
@@ -7,7 +7,9 @@
7
```
8
Choose a make command to run
9
10
- install install project dependencies
+ init initialize a new python project
11
+ piplock installs dependencies in requirements.txt and generates piplock.txt
12
+ install install project dependencies from piplock.txt
13
start run local project
14
15
0 commit comments