From 1d706acd7bcefd3ca5897d980acb458b825128b6 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Sun, 30 Jun 2024 01:11:01 -0400 Subject: [PATCH] Update create-a-gif-with-python.mdx --- projects/create-a-gif-with-python/create-a-gif-with-python.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/create-a-gif-with-python/create-a-gif-with-python.mdx b/projects/create-a-gif-with-python/create-a-gif-with-python.mdx index 2c464b67..67b350fc 100644 --- a/projects/create-a-gif-with-python/create-a-gif-with-python.mdx +++ b/projects/create-a-gif-with-python/create-a-gif-with-python.mdx @@ -47,7 +47,7 @@ Alright, let's get started! ^.^ Suppose you have Python and [pip](https://pip.pypa.io/en/stable) the package installer on your computer. In that case, you can install `imageio` using this command in the **Terminal** (Mac) or **Command Prompt** (Windows): ```sh -pip install imageio +pip3 install imageio ``` Press enter, and this message should appear: