mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
docs: remove support for python 3.6
This commit is contained in:
parent
9a8aee481d
commit
960463d143
3 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@ Note, there are two versions of manim. This repository began as a personal proj
|
||||||
>
|
>
|
||||||
> **Note**: To install manim directly through pip, please pay attention to the name of the installed package. This repository is ManimGL of 3b1b. The package name is `manimgl` instead of `manim` or `manimlib`. Please use `pip install manimgl` to install the version in this repository.
|
> **Note**: To install manim directly through pip, please pay attention to the name of the installed package. This repository is ManimGL of 3b1b. The package name is `manimgl` instead of `manim` or `manimlib`. Please use `pip install manimgl` to install the version in this repository.
|
||||||
|
|
||||||
Manim runs on Python 3.6 or higher (Python 3.8 is recommended).
|
Manim runs on Python 3.7 or higher.
|
||||||
|
|
||||||
System requirements are [FFmpeg](https://ffmpeg.org/), [OpenGL](https://www.opengl.org/) and [LaTeX](https://www.latex-project.org) (optional, if you want to use LaTeX).
|
System requirements are [FFmpeg](https://ffmpeg.org/), [OpenGL](https://www.opengl.org/) and [LaTeX](https://www.latex-project.org) (optional, if you want to use LaTeX).
|
||||||
For Linux, [Pango](https://pango.gnome.org) along with its development headers are required. See instruction [here](https://github.com/ManimCommunity/ManimPango#building).
|
For Linux, [Pango](https://pango.gnome.org) along with its development headers are required. See instruction [here](https://github.com/ManimCommunity/ManimPango#building).
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
Manim runs on Python 3.6 or higher (Python 3.8 is recommended).
|
Manim runs on Python 3.7 or higher.
|
||||||
|
|
||||||
System requirements are:
|
System requirements are:
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ classifiers =
|
||||||
Topic :: Scientific/Engineering
|
Topic :: Scientific/Engineering
|
||||||
Topic :: Multimedia :: Video
|
Topic :: Multimedia :: Video
|
||||||
Topic :: Multimedia :: Graphics
|
Topic :: Multimedia :: Graphics
|
||||||
Programming Language :: Python :: 3.6
|
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
|
Loading…
Add table
Reference in a new issue