You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ This is a template project hosted on GitHub which can be used to create new repo
44
44
1.`cd my-pyflask-project`
45
45
1.`make init` : Initialize and personalize project
46
46
1.`make setup` : Use pip-tools, pip-compile, pip install to set up python packages
47
+
1.`make upgrade` : Upgrade dependencies to latest version
48
+
1.`make pre-commit` : Run format, lint, test and cover
49
+
1. Run `git add .` and `git commit -m "Personalize service"`
47
50
48
51
*+ [GitHub Guide: Creating a repository from a template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)
0 commit comments