Skip to content

Commit 24e5afa

Browse files
authored
Merge pull request #93 from ManimCommunity/fix-91
Update name of PyCairo Installation script.
2 parents 928b136 + 506cf79 commit 24e5afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Before installing `manim-community`, there are some additional dependencies that
6464
6. Alternatively, Running the command below installs pycairo. This needs to be an elevated command prompt like Powershell.
6565

6666
```powershell
67-
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/ManimCommunity/manim/master/scripts/pycairoInstall.py -UseBasicParsing).Content | py -3
67+
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/ManimCommunity/manim/master/scripts/pycairoinstall.py -UseBasicParsing).Content | py -3
6868
```
6969

7070

0 commit comments

Comments
 (0)