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 c6f32a6 commit 5c76877
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -42,10 +42,8 @@ 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]
```
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]`.

* Uninstallation

Expand Down

0 comments on commit 5c76877

Please sign in to comment.