Skip to content

Commit

Permalink
Update create-a-gif-with-python.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom authored Jun 30, 2024
1 parent c4e90b2 commit 1d706ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>enter</kbd>, and this message should appear:
Expand Down

0 comments on commit 1d706ac

Please sign in to comment.