We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 928b136 + 506cf79 commit 24e5afaCopy full SHA for 24e5afa
README.md
@@ -64,7 +64,7 @@ Before installing `manim-community`, there are some additional dependencies that
64
6. Alternatively, Running the command below installs pycairo. This needs to be an elevated command prompt like Powershell.
65
66
```powershell
67
- (Invoke-WebRequest -Uri https://raw.githubusercontent.com/ManimCommunity/manim/master/scripts/pycairoInstall.py -UseBasicParsing).Content | py -3
+ (Invoke-WebRequest -Uri https://raw.githubusercontent.com/ManimCommunity/manim/master/scripts/pycairoinstall.py -UseBasicParsing).Content | py -3
68
```
69
70
0 commit comments