From 53738d3d89a488aae6625930eb4e131d1c858d45 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 5 Oct 2018 04:31:33 +0200 Subject: [PATCH] Capitalization and test to see if Travis CI is turned on --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76a3b80d..a4df0190 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For 9/10 of math animation needs, you'd probably be better off using a more well ## Install requirements -Manim works with Python 3.7, and many of the older projects from the python 2.7 days of manim will not be supported. +Manim works with Python 3.7, and many of the older projects from the Python 2.7 days of Manim will not be supported. Manim dependencies rely on system libraries you will need to install on your operating system: @@ -68,4 +68,4 @@ a Dockerfile provided. On a Windows system, make sure to replace `$PWD` with an absolute path to manim. -Note that the shipped Docker image contains the bare requirements to run manim. To transform the Docker container into a fully-functioning development environment, you will have to edit your personal Dockerfile a bit. For a guide to create your own personal Docker image, consult [] \ No newline at end of file +Note that the shipped Docker image contains the bare requirements to run manim. To transform the Docker container into a fully-functioning development environment, you will have to edit your personal Dockerfile a bit. For a guide to create your own personal Docker image, consult []