Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 19 additions & 0 deletions docs/wiki/Installation.md
Original file line number Diff line number Diff line change
@@ -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).
Loading