Skip to content

Commit bd12b1c

Browse files
committed
Add note about installing ffmpeg on the command line for uv users
1 parent b25d7c0 commit bd12b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ While there are many plotting libraries to choose from, the prolific Matplotlib
1313

1414
## Workshop Outline
1515

16-
This is a workshop on data visualization in Python first delivered at [ODSC West 2021](https://odsc.com/speakers/introduction-to-data-visualization-in-python/) and subsequently at [ODSC East 2022](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), [PyCon Italia 2022](https://pycon.it/en/talk/beyond-the-basics-data-visualization-in-python?day=2022-06-03), [ODSC Europe 2022](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), [EuroPython 2022](https://ep2022.europython.eu/session/beyond-the-basics-data-visualization-in-python), [ODSC West 2022](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), the Toronto Machine Learning Summit (TMLS) 2022, [PyCon US 2023](https://us.pycon.org/2023/schedule/presentation/17/), [ODSC East 2023](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), [PyCon Italia 2023](https://pycon.it/en/event/beyond-the-basics-data-visualization-in-python-2), [PyCon Portugal 2023](https://pretalx.evolutio.pt/pycon-pt-2023/talk/STX8K3/), and PyCon Colombia 2024. It's divided into the following sections:
16+
This is a workshop on data visualization in Python first delivered at [ODSC West 2021](https://odsc.com/speakers/introduction-to-data-visualization-in-python/) and subsequently at [ODSC East 2022](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), [PyCon Italia 2022](https://pycon.it/en/talk/beyond-the-basics-data-visualization-in-python?day=2022-06-03), [ODSC Europe 2022](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), [EuroPython 2022](https://ep2022.europython.eu/session/beyond-the-basics-data-visualization-in-python), [ODSC West 2022](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), the Toronto Machine Learning Summit (TMLS) 2022, [PyCon US 2023](https://us.pycon.org/2023/schedule/presentation/17/), [ODSC East 2023](https://odsc.com/speakers/introduction-to-data-visualization-in-python/), [PyCon Italia 2023](https://pycon.it/en/event/beyond-the-basics-data-visualization-in-python-2), [PyCon Portugal 2023](https://pretalx.evolutio.pt/pycon-pt-2023/talk/STX8K3/), PyCon Colombia 2024, and EuroSciPy 2025. It's divided into the following sections:
1717

1818
### Section 1: Getting Started With Matplotlib
1919
We will begin by familiarizing ourselves with Matplotlib. Moving beyond the default options, we will explore how to customize various aspects of our visualizations. By the end of this section, you will be able to generate plots using the Matplotlib API directly, as well as customize the plots that libraries like pandas and Seaborn create for you.
@@ -58,8 +58,8 @@ Pick the installation option that makes sense for you:
5858
<img width="400px" src="./media/clone_options.png" alt="local cloning options">
5959

6060
5. Install one of the following, if not already installed:
61-
- [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended)
6261
- [Anaconda](https://docs.anaconda.com/anaconda/install/)/[Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html). Note that Anaconda/Miniconda is recommended if you are working on a Windows machine and are not very comfortable with the command line.
62+
- [uv](https://docs.astral.sh/uv/getting-started/installation/). Note that you will also need to [install `ffmpeg`](https://ffmpeg.org/download.html) (for example, `brew install ffmpeg` for MacOS users).
6363

6464
6. Set up your environment and launch JupyterLab:
6565
- Using `uv`:

0 commit comments

Comments
 (0)