Skip to content

Commit

Permalink
UPDATE: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed May 20, 2018
1 parent 2a04efb commit 763ead5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@ Simple, but essential Bayesian optimization package.
* [Online documentation](http://bayeso.readthedocs.io)

## Installation
We recommend it should be installed in `virtualenv`.
We recommend it should be installed in `virtualenv`. \
Command

```shell
$ pip install .
```

or if you would like to use development mode,

```shell
$ pip install -r requirements.txt
$ python setup.py develop
```
in the bayeso root. \
If you would like to uninstall bayeso, command

```shell
$ pip uninstall bayeso
```

## Supported Python Version
Higher than Python 2.
Expand Down

0 comments on commit 763ead5

Please sign in to comment.