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.
2 parents 11da049 + ef01f3d commit 667a13eCopy full SHA for 667a13e
README.md
@@ -14,6 +14,14 @@ continuous integration and continuous deployment.
14
- [pytest-cov](https://github.com/pytest-dev/pytest-cov) for test coverage reports
15
- [ruff](https://beta.ruff.rs/docs/) for linting
16
17
+## Installation
18
+
19
+First install [Rust](https://www.rust-lang.org/tools/install). Then to install the package run:
20
21
+```sh
22
+cargo install python-project-generator
23
+```
24
25
## How to use
26
27
### Create a new project
0 commit comments