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 fddf7e6 commit 934da90Copy full SHA for 934da90
README.md
@@ -1,14 +1,25 @@
1
# hypermodern-python-seed
2
3
-Generate python seed apps based on [hypermodern-python][1]
4
-
+Generate python seed apps based on [hypermodern-python][1].
5
6
## Dependencies
7
+* [cookiecutter](https://github.com/cookiecutter/cookiecutter)
8
+
9
+See [hypermodern-python][1] for installation instructions for these:
10
11
* poetry
12
* pyenv
13
* nox
14
15
+## Quick Start
16
17
+ cookiecutter https://github.com/ToddG/hypermodern-python-seed
18
19
+ ...answer the questions
20
21
+ nox
22
23
24
# Links
25
[1]: https://cjolowicz.github.io/posts/hypermodern-python-01-setup/
0 commit comments