Skip to content

Commit

Permalink
Changed default behavior to not force install
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Jan 29, 2022
1 parent 3fc8058 commit 5e92c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytti_5_beta.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
" !mkdir -p images_out\n",
" !mkdir -p videos\n",
"\n",
"force_install = True #@param{type:\"boolean\"}\n",
"force_install = False #@param{type:\"boolean\"}\n",
"if not everything_installed or force_install:\n",
" install_everything()\n",
"elif everything_installed:\n",
Expand Down

0 comments on commit 5e92c41

Please sign in to comment.