Skip to content

Commit 6e8c608

Browse files
volpattofmfn
authored andcommitted
Update README with new conda installation
1 parent 8ce2292 commit 6e8c608

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
Pure Python implementation of bayesian global optimization with gaussian
1212
processes.
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

1626
This is a constrained global optimization package built upon bayesian inference
1727
and 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

270286
The bleeding edge version can be installed with:
271287

0 commit comments

Comments
 (0)