From 81e0b1d9c77315941ff93c651536cd8b43d789f1 Mon Sep 17 00:00:00 2001 From: Matthias Griebel Date: Wed, 12 Jun 2024 15:46:28 +0200 Subject: [PATCH] Update deepflash2_GUI.ipynb --- deepflash2_GUI.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deepflash2_GUI.ipynb b/deepflash2_GUI.ipynb index 5f91a0b..ea7cc38 100644 --- a/deepflash2_GUI.ipynb +++ b/deepflash2_GUI.ipynb @@ -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", @@ -97,4 +97,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}