Skip to content

Commit 4a6ca0b

Browse files
authored
Merge pull request #25 from python-project-templates/copier-update-2025-07-29T23-04-52
Update from copier (2025-07-29T23:04:52)
2 parents bc3ed4a + 6c6843c commit 4a6ca0b

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: cpp

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-cpp`.
4+
5+
## Install with `pip`
6+
7+
```bash
8+
pip install python-template-cpp
9+
```
10+
11+
## Install with `conda`
12+
13+
```bash
14+
conda install python-template-cpp --channel conda-forge
15+
```
16+
17+
## Source installation
18+
19+
For other platforms and for development installations, [build `python-template-cpp` from source](Build-from-Source).

0 commit comments

Comments
 (0)