Skip to content

Commit 5e92c41

Browse files
committed
Changed default behavior to not force install
1 parent 3fc8058 commit 5e92c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytti_5_beta.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
" !mkdir -p images_out\n",
364364
" !mkdir -p videos\n",
365365
"\n",
366-
"force_install = True #@param{type:\"boolean\"}\n",
366+
"force_install = False #@param{type:\"boolean\"}\n",
367367
"if not everything_installed or force_install:\n",
368368
" install_everything()\n",
369369
"elif everything_installed:\n",

0 commit comments

Comments
 (0)