Skip to content

Commit

Permalink
Added deadsnakes to setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKempen committed Feb 12, 2024
1 parent d870645 commit b24efc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

# install manim dependencies
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y build-essential python3.12-dev libcairo2-dev libpango1.0-dev ffmpeg
# Optional manim dependencies
# texlive texlive-latex-extra

# Pillow dependencies
Expand Down

0 comments on commit b24efc8

Please sign in to comment.