...
|
...
|
@@ -54,12 +54,17 @@ and [`distributed`](https://distributed.readthedocs.io/en/latest/).
|
54
|
54
|
## Installation
|
55
|
55
|
`adaptive` works with Python 3.6 and higher on Linux, Windows, or Mac, and provides optional extensions for working with the Jupyter/IPython Notebook.
|
56
|
56
|
|
57
|
|
-The recommended way to install adaptive is using `pip`:
|
|
57
|
+The recommended way to install adaptive is using `conda`:
|
|
58
|
+```bash
|
|
59
|
+conda install adaptive
|
|
60
|
+```
|
|
61
|
+
|
|
62
|
+`adaptive` is also available on PyPI:
|
58
|
63
|
```bash
|
59
|
64
|
pip install adaptive[notebook]
|
60
|
65
|
```
|
61
|
66
|
|
62
|
|
-The `[notebook-extras]` above will also install the optional dependencies for running `adaptive` inside
|
|
67
|
+The `[notebook]` above will also install the optional dependencies for running `adaptive` inside
|
63
|
68
|
a Jupyter notebook.
|
64
|
69
|
|
65
|
70
|
|