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 3005b51 commit be6e364
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ pip install bayeso-benchmarks

* Using source code (for developer installation)

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

```shell
$ pip install .
Expand All @@ -35,11 +35,10 @@ in the `bayeso-benchmarks` root.

* Using source code (for editable development mode)

To use editable development mode, command
To use editable development mode, command the following.

```shell
$ pip install -r requirements.txt
$ python setup.py develop
$ pip install -e .
```
in the `bayeso-benchmarks` root.

Expand Down

0 comments on commit be6e364

Please sign in to comment.