File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
3232pip 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
4140pip install -e .
4241```
43- in the ` bayeso-benchmarks ` root.
4442
4543If you want to install the packages required for development, you can simply add ` [dev] ` .
4644For example, ` pip install .[dev] ` or ` pip install -e .[dev] ` .
You can’t perform that action at this time.
0 commit comments