Skip to content

Commit c162c8f

Browse files
authored
Merge pull request #15 from zbeucler2018/add-missing-apt-install
add missing libzip import
2 parents 314df9f + 0f3a520 commit c162c8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebook.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"### Install pip libraries"
27+
"### Install required libraries"
2828
]
2929
},
3030
{
@@ -41,7 +41,9 @@
4141
"!python -m pip install stable_baselines3\n",
4242
"!python -m pip install wandb\n",
4343
"!python -m pip install tensorboard\n",
44-
"!python -m pip install moviepy"
44+
"!python -m pip install moviepy\n",
45+
"!sudo apt-get update -y\n",
46+
"!sudo apt-get install libzip -y"
4547
]
4648
},
4749
{

0 commit comments

Comments
 (0)