@@ -12,4 +12,4 @@ See the manual (https://dadi.readthedocs.io) and the example files in the source
Also, please sign up for our mailing list, where we help the community with ∂a∂i. Please do search the archives before posting. Many questions come up repeatedly. (http://groups.google.com/group/dadi-user)
The easiest way to install dadi is via conda, `conda install -c bioconda dadi`.
The easiest way to install dadi is via conda, `conda install -c conda-forge dadi`.
@@ -13,7 +13,7 @@ It is also recommended that you install
- matplotlib
- IPython
The easiest way to obtain all these dependencies to install the [Anaconda Python Distribution](https://www.anaconda.com/distribution/). And the easiest way to install dadi is then via `conda`, using the command `conda install -c bioconda dadi`. dadi can also be installed via `pip`, using the command `python3 -m pip install dadi`.
The easiest way to obtain all these dependencies to install the [Anaconda Python Distribution](https://www.anaconda.com/distribution/). And the easiest way to install dadi is then via `conda`, using the command `conda install -c conda-forge dadi`. dadi can also be installed via `pip`, using the command `python3 -m pip install dadi`.