Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,7 +50,7 @@ cloned this repo, run the following:

.. code-block:: bash

python3 -m pip install -r requirements.txt
python3 -m pip install .

.. warning::
If you want to contribute to ``manim-community`` and have cloned the
Expand Down