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 bae5f2f + a3a3bd9 commit 0cbe431Copy full SHA for 0cbe431
README.md
@@ -35,13 +35,21 @@ Dev packages:
35
36
## Installation
37
38
-Python Project Generator can be installed with binaries provided with each release
39
-[here](https://github.com/sanders41/python-project-generator/releases), or with cargo.
+Install with `cargo`:
40
41
```sh
42
cargo install python-project-generator
43
```
44
+Install on Arch with the AUR:
45
+
46
+```sh
47
+paru -S python-project-generator-bin
48
+```
49
50
+Python Project Generator can also be installed with binaries provided with each release
51
+[here](https://github.com/sanders41/python-project-generator/releases), or with cargo.
52
53
## How to use
54
55
### Create a new project
0 commit comments