From c7c9905a1a1d1918fd7ca7455bede8e9ae6bf862 Mon Sep 17 00:00:00 2001 From: ESWAT <65468+ESWAT@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:58:59 +0900 Subject: [PATCH] Fix setuptools pip install command --- notebooks/unit3/unit3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/unit3/unit3.ipynb b/notebooks/unit3/unit3.ipynb index 8587f14..78f1ac7 100644 --- a/notebooks/unit3/unit3.ipynb +++ b/notebooks/unit3/unit3.ipynb @@ -289,7 +289,7 @@ }, "outputs": [], "source": [ - "pip install setuptools==65.5.0\n", + "!pip install setuptools==65.5.0\n", "!pip install -r requirements.txt\n", "# Since colab uses Python 3.9 we need to add this installation\n", "!pip install gym[atari,accept-rom-license]==0.21.0"