manim/docs/source/installation.rst
kolibril13 e527328a02
Documentation: move installation instructions for developers to page for developers (#923)
* Update installation.rst

* reordered instruction

* Update docs/source/installation/for_dev.rst

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-01-26 14:45:56 +01:00

41 lines
1 KiB
ReStructuredText

Installation
============
Manim has a few dependencies that need to be installed before it. The
following pages have instructions that are specific to your system. Once you
are done installing the dependencies, come back to this page to install manim
itself.
Installing dependencies
***********************
.. toctree::
installation/win
installation/mac
installation/linux
installation/troubleshooting
installation/for_dev
installation/plugins
.. _installing-manim:
Installing Manim
****************
Manim-Community runs on Python 3.6+. If you'd like to just use the library, you
can install it from PyPI via pip:
.. code-block:: bash
pip install manim
You can replace ``pip`` with ``pip3`` if you need to in your system.
Alternatively, you can work with Manim using our Docker image that can be
found at `Docker Hub <https://hub.docker.com/r/manimcommunity/manim>`_.
Installation For Developers
***************************
If you want to contribute to manim, follow these installation instructions :doc:`installation/for_dev`.