Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation typo mistake #803
Open
Comments
This was referenced Nov 23, 2019
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am installing manim. But there is a small issue in the documentation website:
Its really a small thing, but for beginner it could be a big deal.
https://www.eulertour.com/learn/manim/installation/windows.html
its written
"Install manim python dependencies with pip install -r requirement.txt"
but it should be
"Install manim python dependencies with pip install -r requirements.txt"
Thanks :)