You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,27 @@ Installation
31
31
32
32
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.
33
33
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**
35
37
36
38
.. code-block:: bash
37
39
38
40
pip install pymc-bart
39
41
42
+
**Using conda-forge**
43
+
44
+
.. code-block:: bash
45
+
46
+
conda install -c conda-forge pymc-bart
47
+
48
+
**Development**
49
+
40
50
Alternatively, if you want the bleeding edge version of the package you can install from GitHub:
0 commit comments