diff --git a/website/content/page/install.md b/website/content/page/install.md index 2a36e79..6cb8f7d 100644 --- a/website/content/page/install.md +++ b/website/content/page/install.md @@ -1,3 +1,17 @@ +### Simple installation + +1. With pip: + +```bash +python2 -m pip install --user irpf90 +``` + +2. With spack: + +```bash +spack install py-irpf90 +``` + ### Download * [Download latest version](https://gitlab.com/scemama/irpf90/-/releases)