From 0e5f189516c5c12dde55fd36acb98e13a86aeb61 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 5 Dec 2022 19:52:11 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit1/hands-on.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index 889a32a..2adf888 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -133,8 +133,6 @@ To make things easier, we created a script to install all these dependencies. !apt install swig cmake ``` -TODO CHANGE LINK OF THE REQUIREMENTS - ```python !pip install -r https://huggingface.co/spaces/ThomasSimonini/temp-space-requirements/raw/main/requirements/requirements-unit1.txt ```