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 3dc7241 commit 2ca44caCopy full SHA for 2ca44ca
README.md
@@ -6,7 +6,7 @@ A template repository for creating Python CLI applications.
6
7
1. Rename "app" to the desired app name across the repo. (May be helpful to do a project-wide find-and-replace).
8
2. Update Python version if needed.
9
-3. Install all dependencies to create initial Pipfile.lock with current versions.
+3. Install all dependencies with `make install` to create initial Pipfile.lock with latest dependency versions.
10
4. Add initial app description to README and update initial required ENV variable documentation as needed.
11
5. Update license if needed (check app-specific dependencies for licensing terms).
12
6. Check Github repository settings:
0 commit comments