Skip to content

Commit d318b38

Browse files
authored
Add conda option (#114)
* Add conda option * change title styles
1 parent 7437e49 commit d318b38

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/index.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,27 @@ Installation
3131

3232
PyMC-BART requires a working Python interpreter (3.8+). We recommend installing Python and key numerical libraries using the `Anaconda distribution <https://www.anaconda.com/products/individual#Downloads>`_, which has one-click installers available on all major platforms.
3333

34-
Assuming a standard Python environment is installed on your machine (including pip), PyMC-BART itself can be installed in one line using pip:
34+
Assuming a standard Python environment is installed on your machine, PyMC-BART itself can be installed either using pip or conda-forge.
35+
36+
**Using pip**
3537

3638
.. code-block:: bash
3739
3840
pip install pymc-bart
3941
42+
**Using conda-forge**
43+
44+
.. code-block:: bash
45+
46+
conda install -c conda-forge pymc-bart
47+
48+
**Development**
49+
4050
Alternatively, if you want the bleeding edge version of the package you can install from GitHub:
4151

4252
.. code-block:: bash
4353
44-
pip install git+https://github.com/pymc-devs/pymc-bart.git
54+
pip install git+https://github.com/pymc-devs/pymc-bart.git
4555
4656
4757
Citation

0 commit comments

Comments
 (0)