Skip to content

Commit dd8b90e

Browse files
committed
updates README.md with latest make commands
1 parent 5f5ce71 commit dd8b90e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

{{cookiecutter.project_slug}}/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
```
88
Choose a make command to run
99
10-
install install project dependencies
10+
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
1113
start run local project
1214
```
1315

0 commit comments

Comments
 (0)