Skip to content

Commit 2ca44ca

Browse files
committed
Update README
1 parent 3dc7241 commit 2ca44ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A template repository for creating Python CLI applications.
66

77
1. Rename "app" to the desired app name across the repo. (May be helpful to do a project-wide find-and-replace).
88
2. Update Python version if needed.
9-
3. Install all dependencies to create initial Pipfile.lock with current versions.
9+
3. Install all dependencies with `make install` to create initial Pipfile.lock with latest dependency versions.
1010
4. Add initial app description to README and update initial required ENV variable documentation as needed.
1111
5. Update license if needed (check app-specific dependencies for licensing terms).
1212
6. Check Github repository settings:

0 commit comments

Comments
 (0)