Skip to content

Update from copier (2025-07-29T23:04:52) #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: e29838a
_commit: a03224b
_src_path: https://github.com/python-project-templates/base.git
add_docs: true
add_extension: cpp
Expand Down
19 changes: 19 additions & 0 deletions docs/wiki/Installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Pre-requisites

You need Python >=3.9 on your machine to install `python-template-cpp`.

## Install with `pip`

```bash
pip install python-template-cpp
```

## Install with `conda`

```bash
conda install python-template-cpp --channel conda-forge
```

## Source installation

For other platforms and for development installations, [build `python-template-cpp` from source](Build-from-Source).
Loading