Skip to content

Commit 25e99b2

Browse files
authored
Merge pull request #54 from python-project-templates/copier-update-2025-07-29T23-07-44
Update from copier (2025-07-29T23:07:44)
2 parents e76aa66 + 086c7bd commit 25e99b2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: e29838a
2+
_commit: a03224b
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

docs/wiki/Installation.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Pre-requisites
2+
3+
You need Python >=3.9 on your machine to install `python-template-rust`.
4+
5+
## Install with `pip`
6+
7+
```bash
8+
pip install python-template-rust
9+
```
10+
11+
## Install with `conda`
12+
13+
```bash
14+
conda install python-template-rust --channel conda-forge
15+
```
16+
17+
## Source installation
18+
19+
For other platforms and for development installations, [build `python-template-rust` from source](Build-from-Source).

0 commit comments

Comments
 (0)