Skip to content

Commit

Permalink
Update deepflash2_GUI.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
matjesg authored Jun 12, 2024
1 parent e0edd82 commit 81e0b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepflash2_GUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"#@title Set up environment\n",
"#@markdown Please run this cell to get started (~1 minute)\n",
"from IPython.display import clear_output, HTML\n",
"!pip install -Uqq deepflash2\n",
"#!pip install git+https://github.com/matjesg/deepflash2.git@master\n",
"#!pip install -Uqq deepflash2\n",
"!pip install -Uqq git+https://github.com/matjesg/deepflash2.git@master\n",
"import deepflash2\n",
"from deepflash2.gui import GUI, _connect_to_drive\n",
"clear_output(wait=True)\n",
Expand Down Expand Up @@ -97,4 +97,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 81e0b1d

Please sign in to comment.