From 086c7bdb79fac6d26a2ba626ee8e125cfc583433 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:07:44 +0000 Subject: [PATCH] Update from copier (2025-07-29T23:07:44) --- .copier-answers.yaml | 2 +- docs/wiki/Installation.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/wiki/Installation.md diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2de64f9..c5e50b5 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: rust diff --git a/docs/wiki/Installation.md b/docs/wiki/Installation.md new file mode 100644 index 0000000..e0f2ada --- /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-rust`. + +## Install with `pip` + +```bash +pip install python-template-rust +``` + +## Install with `conda` + +```bash +conda install python-template-rust --channel conda-forge +``` + +## Source installation + +For other platforms and for development installations, [build `python-template-rust` from source](Build-from-Source).