diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 067feb6..694f183 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -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 diff --git a/docs/wiki/Installation.md b/docs/wiki/Installation.md new file mode 100644 index 0000000..16abb59 --- /dev/null +++ b/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` + +```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).