mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-29 10:02:11 +00:00
* 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>
41 lines
1 KiB
ReStructuredText
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`.
|