Skip to content

Commit e485471

Browse files
authored
Conda install (#39)
* update install docs add mamba to install docs * conda install in readme
1 parent 3d2fe59 commit e485471

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ dorado supports Python 2.7 as well as Python 3.5+. For the full distribution inc
3030
For a lightweight distribution including just the core functionality, use `pip` to install via PyPI:
3131

3232
pip install pydorado
33+
34+
Installation using `conda` via `conda-forge` is also supported:
35+
36+
conda install -c conda-forge pydorado
3337

3438
For additional installation options and instructions, refer to the [documentation](https://passah2o.github.io/dorado/install/index.html).
3539

docs/source/install/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ To `pip`-install this package, first ensure that you have the dependencies liste
1313
::
1414

1515
$ pip install pydorado
16+
17+
Installation via `conda`
18+
------------------------
19+
20+
This package is available via `conda-forge <https://anaconda.org/conda-forge>`_ and can be installed using `conda` (or `mamba`) using the command:
21+
::
22+
23+
$ conda install -c conda-forge pydorado
1624

1725

1826
Installation from source

0 commit comments

Comments
 (0)