mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 11:07:44 +00:00
Arch Linux installation section
This commit is contained in:
parent
b31a5fb421
commit
0fa3415cc0
1 changed files with 21 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ OR Install manim via the git repository with venv::
|
|||
$ source bin/activate
|
||||
$ pip3 install -r requirement.txt
|
||||
|
||||
For Arch Linux users, install python-manimlib_:sup:`AUR` package.
|
||||
|
||||
To use manim in virtual environment you need to activate the environment with
|
||||
the ``activate`` binary by doing ``source bin/activate``, to exit use the ``deactivate`` command.
|
||||
|
|
@ -42,4 +41,25 @@ the ``activate`` binary by doing ``source bin/activate``, to exit use the ``deac
|
|||
texlive texlive-latex-extra texlive-fonts-extra
|
||||
texlive-latex-recommended texlive-science texlive-fonts-extra tipa
|
||||
|
||||
Arch Linux
|
||||
----------
|
||||
Install system libraries::
|
||||
|
||||
# pacman -S cairo ffmpeg opencv sox
|
||||
|
||||
Install Latex distribution::
|
||||
|
||||
# pacman -S texlive-most
|
||||
|
||||
OR install python-manimlib_:sup:`AUR` package::
|
||||
|
||||
$ git clone https://aur.archlinux.org/python-manimlib.git
|
||||
$ cd python-manimlib
|
||||
$ makepkg -si
|
||||
|
||||
You can use AUR helpers such as yay_:sup:`AUR`::
|
||||
|
||||
$ yay -S python-manimlib
|
||||
|
||||
.. _python-manimlib: https://aur.archlinux.org/packages/python-manimlib/
|
||||
.. _yay: https://aur.archlinux.org/packages/yay/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue