We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f32a6 commit 5c76877Copy full SHA for 5c76877
README.md
@@ -42,10 +42,8 @@ pip install -e .
42
```
43
in the `bayeso-benchmarks` root.
44
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
-```
+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]`.
49
50
* Uninstallation
51
0 commit comments