Skip to content

Commit ec9d5f6

Browse files
committed
Update README.md
1 parent 5c76877 commit ec9d5f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,19 @@ pip install bayeso-benchmarks
2626

2727
* Using source code (for developer installation)
2828

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

3131
```shell
3232
pip install .
3333
```
34-
in the `bayeso-benchmarks` root.
3534

3635
* Using source code (for editable development mode)
3736

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

4039
```shell
4140
pip install -e .
4241
```
43-
in the `bayeso-benchmarks` root.
4442

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

0 commit comments

Comments
 (0)