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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Modern Python Boilerplate
2
2
This is my modern python boilerplate. The goal is to provide a good starting point to develop new python project with most up-to-date tooling, structure and good practices.
3
-
Creator and Maintainer: [**Corentin Meyer**, PhD in Biomedical AI](https://cmeyer.fr)<contact@cmeyer.fr>
3
+
Creator and Maintainer: [**Corentin Meyer**, PhD in Biomedical AI](https://cmeyer.fr)<contact@cmeyer.fr>
4
+
5
+
# Pre-Requisites
6
+
This project use [UV](https://github.com/astral-sh/uv) and [Make](https://gnuwin32.sourceforge.net/packages/make.htm), they should be installed.
4
7
5
8
# Features
6
9
A global `Makefile` to run all the commands. You can run `make help` to see all the available commands.
0 commit comments