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 e76aa66 + 086c7bd commit 25e99b2Copy full SHA for 25e99b2
.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: rust
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`
6
7
+```bash
8
+pip install python-template-rust
9
+```
10
11
+## Install with `conda`
12
13
14
+conda install python-template-rust --channel conda-forge
15
16
17
+## Source installation
18
19
+For other platforms and for development installations, [build `python-template-rust` from source](Build-from-Source).
0 commit comments