From e50a33b6c857553ae3702b9d8594ab49366b96bb Mon Sep 17 00:00:00 2001 From: cneyens Date: Sun, 2 Feb 2025 16:06:20 +0100 Subject: [PATCH] updated installation instructions in readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb77ef..7f4c113 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,14 @@ Currently, all solutions shown in [Wexler (1992)](https://doi.org/10.3133/twri03 Since all equations are linear, superposition in time and space can be applied to create complex source geometries with time-varying source concentrations. Gauss-Legendre quadrature is used to solve the integrals which require numerical integration. Sequential or parallel first-order parent-daughter chain reactions are supported using the method described by [Sun & Clement (1999)](https://doi.org/10.1023/A:1006507514019). ## To install -Download or `git clone` the [GitHub repository](https://github.com/cneyens/adepy) locally. Then install using: + +The released version can be installed using `pip`: + +``` +pip install adepy +``` + +To install the development version, download or `git clone` the [GitHub repository](https://github.com/cneyens/adepy) locally. Then install using: ``` pip install -e