File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1111Pure Python implementation of bayesian global optimization with gaussian
1212processes.
1313
14- pip install bayesian-optimization
14+ * PyPI (pip):
15+
16+ ``` console
17+ $ pip install bayesian-optimization
18+ ```
19+
20+ * Conda from conda-forge channel:
21+
22+ ``` console
23+ $ conda install -c conda-forge bayesian-optimization
24+ ```
1525
1626This is a constrained global optimization package built upon bayesian inference
1727and gaussian process, that attempts to find the maximum value of an unknown
@@ -263,9 +273,15 @@ Installation
263273
264274### Installation
265275
266- For the latest release, run:
276+ The latest release can be obtained by two ways:
277+
278+ * With PyPI (pip):
279+
280+ pip install bayesian-optimization
281+
282+ * With conda (from conda-forge channel):
267283
268- pip install bayesian-optimization
284+ conda install -c conda-forge bayesian-optimization
269285
270286The bleeding edge version can be installed with:
271287
You can’t perform that action at this time.
0 commit comments