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