Skip to content

Commit 5c76877

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

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
@@ -42,10 +42,8 @@ pip install -e .
4242
```
4343
in the `bayeso-benchmarks` root.
4444

45-
If you want to install Python packages for development, you can simply command it by adding `[dev]`.
46-
```shell
47-
pip install -e .[dev]
48-
```
45+
If you want to install the packages required for development, you can simply add `[dev]`.
46+
For example, `pip install .[dev]` or `pip install -e .[dev]`.
4947

5048
* Uninstallation
5149

0 commit comments

Comments
 (0)