From 0bcc9506674b2c7686ea20983a57841f7e0eabe3 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 6 Apr 2023 08:23:43 +0200 Subject: [PATCH] Update notebook --- notebooks/unit8/unit8_part1.ipynb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/notebooks/unit8/unit8_part1.ipynb b/notebooks/unit8/unit8_part1.ipynb index a1862c8..aa851bf 100644 --- a/notebooks/unit8/unit8_part1.ipynb +++ b/notebooks/unit8/unit8_part1.ipynb @@ -7,7 +7,7 @@ "colab_type": "text" }, "source": [ - "\"Open" + "\"Open" ] }, { @@ -168,6 +168,7 @@ "!apt install python-opengl\n", "!apt install ffmpeg\n", "!apt install xvfb\n", + "!apt install swig cmake\n", "!pip install pyglet==1.5\n", "!pip3 install pyvirtualdisplay" ] @@ -187,6 +188,17 @@ "execution_count": null, "outputs": [] }, + { + "cell_type": "code", + "source": [ + "!pip install setuptools==65.5.0" + ], + "metadata": { + "id": "Fd731S8-NuJA" + }, + "execution_count": null, + "outputs": [] + }, { "cell_type": "markdown", "metadata": {