Skip to content

Commit

Permalink
update installation-path of synthetic equation
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Dec 6, 2023
1 parent 13812e5 commit adc4b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"source": [
"#### Installation ####\n",
"!pip install -q \"autora[theorist-bms]\"\n",
"!pip install -q \"autora-synthetic-abstract-equation\"\n",
"!pip install -q \"autora[experiment-runner-synthetic-abstract-equation]\"\n",
"\n",
"#### Import modules ####\n",
"from typing import Optional\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/basic/Tutorial IV Customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"#### Installation ####\n",
"!pip install -q \"autora[theorist-bms]\"\n",
"!pip install -q \"autora-synthetic-abstract-equation\"\n",
"!pip install -q \"autora[experiment-runner-synthetic-abstract-equation]\"\n",
"\n",
"#### Import modules ####\n",
"from typing import Optional\n",
Expand Down

0 comments on commit adc4b46

Please sign in to comment.