From 506cf799c7bfd4001c67b6ac3e05d1a826eeb4d6 Mon Sep 17 00:00:00 2001 From: Aathish Date: Tue, 26 May 2020 19:29:30 +0530 Subject: [PATCH] Update name of PyCairo Installation script. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 165d9d47ee..1165b7f0f8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Before installing `manim-community`, there are some additional dependencies that 6. Alternatively, Running the command below installs pycairo. This needs to be an elevated command prompt like Powershell. ```powershell - (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 ```