Skip to content

Commit

Permalink
UPDATE: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Jul 15, 2018
1 parent 8af4703 commit 195031a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ Simple, but essential Bayesian optimization package.
## Installation
We recommend it should be installed in `virtualenv`.

* Using PyPI repository
* Using PyPI repository (for user installation)

Command it.

```shell
$ pip install bayeso
```

* Using source code
* Using source code (for development)

Command

```shell
Expand All @@ -33,6 +35,7 @@ $ python setup.py develop
in the bayeso root.

* Uninstallation

If you would like to uninstall bayeso, command it.

```shell
Expand Down

0 comments on commit 195031a

Please sign in to comment.