Skip to content

Commit

Permalink
Update README with new conda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
volpatto authored and fmfn committed Jun 4, 2019
1 parent 8ce2292 commit 6e8c608
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@
Pure Python implementation of bayesian global optimization with gaussian
processes.

pip install bayesian-optimization
* PyPI (pip):

```console
$ pip install bayesian-optimization
```

* Conda from conda-forge channel:

```console
$ conda install -c conda-forge bayesian-optimization
```

This is a constrained global optimization package built upon bayesian inference
and gaussian process, that attempts to find the maximum value of an unknown
Expand Down Expand Up @@ -263,9 +273,15 @@ Installation

### Installation

For the latest release, run:
The latest release can be obtained by two ways:

* With PyPI (pip):

pip install bayesian-optimization

* With conda (from conda-forge channel):

pip install bayesian-optimization
conda install -c conda-forge bayesian-optimization

The bleeding edge version can be installed with:

Expand Down

0 comments on commit 6e8c608

Please sign in to comment.