Skip to content

Commit 667a13e

Browse files
authored
Merge pull request #42 from sanders41/install-instructions
Add install instruction
2 parents 11da049 + ef01f3d commit 667a13e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ continuous integration and continuous deployment.
1414
- [pytest-cov](https://github.com/pytest-dev/pytest-cov) for test coverage reports
1515
- [ruff](https://beta.ruff.rs/docs/) for linting
1616

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+
1725
## How to use
1826

1927
### Create a new project

0 commit comments

Comments
 (0)