From 5817a294eaf5893f7697311590c80f92a7a456b8 Mon Sep 17 00:00:00 2001 From: Philip Enchin Date: Wed, 2 Sep 2020 00:15:00 -0400 Subject: [PATCH 1/3] Fix typo --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index cc407cad1a..b05bb38fb1 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -29,7 +29,7 @@ can install it from PyPI via pip: pip install manimce -You can replace ``pip`` with ``pip3`` is you need to in your system. +You can replace ``pip`` with ``pip3`` if you need to in your system. If you'd like to contribute to and/or help develop ``manim-community``, you can clone this repository to your local device. To do this, first make sure you From af0d36f14c62aaa9c30d70e374580ea1830c99b6 Mon Sep 17 00:00:00 2001 From: Philip Enchin Date: Wed, 2 Sep 2020 00:15:31 -0400 Subject: [PATCH 2/3] Provide alternate installation commands --- docs/source/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index b05bb38fb1..7e7582e633 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -50,7 +50,8 @@ cloned this repo, run the following: .. code-block:: bash - python3 -m pip install -r requirements.txt + python3 setup.py sdist + python3 -m pip install dist/manimlib*.tar.gz .. warning:: If you want to contribute to ``manim-community`` and have cloned the From c5b9f3630ec456df6d8d328b5d1612111f6ae1ed Mon Sep 17 00:00:00 2001 From: Philip Enchin <54490561+PhilipEnchin@users.noreply.github.com> Date: Thu, 3 Sep 2020 15:56:11 -0400 Subject: [PATCH 3/3] Update docs/source/installation.rst Co-authored-by: Naveen M K --- docs/source/installation.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 7e7582e633..e2686a2be7 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -50,8 +50,7 @@ cloned this repo, run the following: .. code-block:: bash - python3 setup.py sdist - python3 -m pip install dist/manimlib*.tar.gz + python3 -m pip install . .. warning:: If you want to contribute to ``manim-community`` and have cloned the