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 1c49f5a commit a05ad99Copy full SHA for a05ad99
Makefile
@@ -9,6 +9,7 @@ data_selection?=False
9
10
submodulesupdate:
11
git submodule update --init --recursive
12
+ pip3 install -r Tools/parametric_model/visual_dataframe_selector/requirements.txt
13
14
install-dependencies:
15
pip3 install -r Tools/parametric_model/requirements.txt
0 commit comments