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 28, 2024
1 parent 5c76877 commit ec9d5f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -26,21 +26,19 @@ pip install bayeso-benchmarks

* Using source code (for developer installation)

To install `bayeso-benchmarks` from source code, command the following.
To install `bayeso-benchmarks` from source code, command the following in the `bayeso-benchmarks` root.

```shell
pip install .
```
in the `bayeso-benchmarks` root.

* Using source code (for editable development mode)

To use editable development mode, command the following.
To use editable development mode, command the following in the `bayeso-benchmarks` root.

```shell
pip install -e .
```
in the `bayeso-benchmarks` root.

If you want to install the packages required for development, you can simply add `[dev]`.
For example, `pip install .[dev]` or `pip install -e .[dev]`.
Expand Down

0 comments on commit ec9d5f6

Please sign in to comment.