Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Feb 27, 2024
1 parent 8bc808d commit 9199421
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -42,6 +42,11 @@ $ pip install -e .
```
in the `bayeso-benchmarks` root.

If you want to install Python packages for development, you can simply command it by adding `[dev]`.
```shell
$ pip install -e .[dev]
```

* Uninstallation

If you would like to uninstall `bayeso-benchmarks`, command it.
Expand All @@ -50,12 +55,6 @@ If you would like to uninstall `bayeso-benchmarks`, command it.
$ pip uninstall bayeso-benchmarks
```

## Required Packages
Mandatory pacakges are inlcuded in `requirements.txt`.
The following `requirements` files include the package list, the purpose of which is described as follows.

* `requirements-dev.txt`: It is for developing the `bayeso-benchmarks` package.

## Simple Example
A simple example on Branin function is shown below.
```python
Expand Down

0 comments on commit 9199421

Please sign in to comment.