@@ -25,26 +25,26 @@ conda install -c anaconda swig
2525pip install DeepCAVE
2626```
2727
28- If you want to contribute to DeepCAVE use the following steps instead:
28+ To load runs created with Optuna or the BOHB optimizer, you need to install the
29+ respective packages by running:
2930``` bash
30- git clone https://github.com/automl/DeepCAVE.git
31- cd DeepCAVE
32- conda create -n DeepCAVE python=3.9
33- conda activate DeepCAVE
34- conda install -c anaconda swig
35- make install-dev
31+ pip install deepcave[optuna]
32+ pip install deepcave[bohb]
3633```
3734
38- If you want to try the examples for recording your results in DeepCAVE format, run this after installing:
35+ To try the examples for recording your results in DeepCAVE format, run this after installing:
3936``` bash
40- make install- examples
37+ pip install deepcave[ examples]
4138```
4239
43- To load runs created with Optuna or the BOHB optimizer, you need to install the
44- respective packages by running:
40+ If you want to contribute to DeepCAVE, use the following steps instead:
4541``` bash
46- make install-optuna
47- make install-bohb
42+ git clone https://github.com/automl/DeepCAVE.git
43+ cd DeepCAVE
44+ conda create -n DeepCAVE python=3.9
45+ conda activate DeepCAVE
46+ conda install -c anaconda swig
47+ make install-dev
4848```
4949
5050Please visit the [ documentation] ( https://automl.github.io/DeepCAVE/main/installation.html ) to get
@@ -132,4 +132,4 @@ If you use DeepCAVE in one of your research projects, please cite our [ReALML@IC
132132}
133133```
134134
135- Copyright (C) 2016-2022 [ AutoML Group ] ( http://www.automl.org/ ) .
135+ Copyright (C) 2021-2024 The DeepCAVE Authors
0 commit comments