From 81ec97e0ce6ed5897dc8e9f77871136afc0bbe81 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:04:56 +0000 Subject: [PATCH] Update from copier (2025-07-29T23:04:56) --- .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 aac381c..6f40962 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: js diff --git a/docs/wiki/Installation.md b/docs/wiki/Installation.md new file mode 100644 index 0000000..4af036c --- /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-js`. + +## Install with `pip` + +```bash +pip install python-template-js +``` + +## Install with `conda` + +```bash +conda install python-template-js --channel conda-forge +``` + +## Source installation + +For other platforms and for development installations, [build `python-template-js` from source](Build-from-Source).