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 bc3ed4a + 6c6843c commit 4a6ca0bCopy full SHA for 4a6ca0b
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: e29838a
+_commit: a03224b
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: cpp
docs/wiki/Installation.md
@@ -0,0 +1,19 @@
+## Pre-requisites
+
+You need Python >=3.9 on your machine to install `python-template-cpp`.
+## Install with `pip`
6
7
+```bash
8
+pip install python-template-cpp
9
+```
10
11
+## Install with `conda`
12
13
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