From 0e80799b1f1c47cca94e7daeb2bf48f99376caf2 Mon Sep 17 00:00:00 2001 From: ASUTOSH GHANTO <44160439+asutoshgha@users.noreply.github.com> Date: Tue, 2 Feb 2021 09:11:42 +0530 Subject: [PATCH 1/5] Update README.md added content for macOSX --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e561f5..8ae69aad 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,15 @@ pip install -r requirements.txt # Try it out python manim.py example_scenes.py OpeningManimExample ``` - +### Mac OSX +1. Install [FFmpeg],[LaTeX],[cairo](if you only want to run on CPU) in commandline using homebrew. + ```sh + brew install ffmpeg mactex cairo + ``` +2. Install manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended) + ```sh + pip3 install manimlib + ``` ### Directly (Windows) 1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows). 2. Install a LaTeX distribution. [MiKTeX](https://miktex.org/download) is recommended. From fc01239c7a98049a589672f750bf6fc10b43b368 Mon Sep 17 00:00:00 2001 From: ASUTOSH GHANTO <44160439+asutoshgha@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:36:01 +0530 Subject: [PATCH 2/5] Update README.md corrected my mistakes in readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ae69aad..be376cd7 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,19 @@ pip install -r requirements.txt python manim.py example_scenes.py OpeningManimExample ``` ### Mac OSX -1. Install [FFmpeg],[LaTeX],[cairo](if you only want to run on CPU) in commandline using homebrew. +1. Install FFmpeg,LaTeX,cairo in terminal using homebrew. ```sh brew install ffmpeg mactex cairo ``` -2. Install manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended) + +2. Install latest version of manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended) ```sh - pip3 install manimlib + git clone https://github.com/3b1b/manim.git + cd manim + pip install -r requirements.txt + python manim.py example_scenes.py OpeningManimExample ``` + ### Directly (Windows) 1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows). 2. Install a LaTeX distribution. [MiKTeX](https://miktex.org/download) is recommended. From 98a25eaefee92f275c24b4809cff456a9678f2ef Mon Sep 17 00:00:00 2001 From: ASUTOSH GHANTO <44160439+asutoshgha@users.noreply.github.com> Date: Tue, 2 Feb 2021 13:24:40 +0530 Subject: [PATCH 3/5] Update README.md asked changes were made --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index be376cd7..a268b420 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,16 @@ python manim.py example_scenes.py OpeningManimExample ### Mac OSX 1. Install FFmpeg,LaTeX,cairo in terminal using homebrew. ```sh - brew install ffmpeg mactex cairo - ``` + brew install ffmpeg mactex cairo + ``` 2. Install latest version of manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended) ```sh - git clone https://github.com/3b1b/manim.git - cd manim - pip install -r requirements.txt - python manim.py example_scenes.py OpeningManimExample - ``` + git clone https://github.com/3b1b/manim.git + cd manim + pip install -r requirements.txt + python manim.py example_scenes.py OpeningManimExample + ``` ### Directly (Windows) 1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows). From 3ec8bb0d28eebf0b47565e806d65dd26fcab721c Mon Sep 17 00:00:00 2001 From: ASUTOSH GHANTO <44160439+asutoshgha@users.noreply.github.com> Date: Tue, 2 Feb 2021 13:29:56 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a268b420..f1c2e63e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install -r requirements.txt python manim.py example_scenes.py OpeningManimExample ``` ### Mac OSX -1. Install FFmpeg,LaTeX,cairo in terminal using homebrew. +1. Install FFmpeg, LaTeX, Cairo in terminal using homebrew. ```sh brew install ffmpeg mactex cairo ``` From be5762ba9c8a866640b8c8c9ded64d1d346d7de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E7=BF=94=E4=B8=87=E9=87=8C?= <44120331+TonyCrane@users.noreply.github.com> Date: Tue, 2 Feb 2021 16:17:18 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f1c2e63e..7101b55e 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ python manim.py example_scenes.py OpeningManimExample ``` ### Mac OSX 1. Install FFmpeg, LaTeX, Cairo in terminal using homebrew. - ```sh - brew install ffmpeg mactex cairo - ``` + ```sh + brew install ffmpeg mactex cairo + ``` -2. Install latest version of manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended) - ```sh - git clone https://github.com/3b1b/manim.git - cd manim - pip install -r requirements.txt - python manim.py example_scenes.py OpeningManimExample - ``` +2. Install latest version of manim using these command. + ```sh + git clone https://github.com/3b1b/manim.git + cd manim + pip install -r requirements.txt + python manim.py example_scenes.py OpeningManimExample + ``` ### Directly (Windows) 1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).