-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make additional changes for use as a pdm template
- Loading branch information
Showing
6 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Python App Template | ||
# python_app | ||
|
||
There are so many good Python app templates in the world, but this one is mine. | ||
python_app is a template for use with PDM | ||
|
||
To create a new PDM-based project that uses this template: | ||
|
||
1. [Install PDM](https://pdm-project.org/latest/#installation) | ||
2. Create a new project directory: | ||
``` | ||
mkdir my_project && cd my_project | ||
``` | ||
3. Initialize a PDM project, using this repo as a template: | ||
``` | ||
pdm init https://github.com/bsweger/python-app-template | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.