File tree Expand file tree Collapse file tree 7 files changed +9
-6
lines changed Expand file tree Collapse file tree 7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ __pycache__ /
2+ media /
3+ files /
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Some additional installations are mentioned below
5353 sudo apt-get install libcairo2-dev libjpeg-dev libgif-dev
5454 sudo apt install texlive-latex-base texlive-full texlive-fonts-extra
5555```
56- Phew! This will be the last isntallation for additional python modules. Run this in the terminal
56+ Phew! This will be the last installation for additional python modules. Run this in the terminal
5757``` bash
5858 python3 -m pip install -r requirements.txt
5959```
Original file line number Diff line number Diff line change 1- from big_ol_pile_of_manim_imports import *
1+ from manimlib . imports import *
22
33class Shapes (Scene ):
44 def construct (self ):
Original file line number Diff line number Diff line change 1- from big_ol_pile_of_manim_imports import *
1+ from manimlib . imports import *
22import math
33
44class Graphing (GraphScene ):
Original file line number Diff line number Diff line change 1- from big_ol_pile_of_manim_imports import *
1+ from manimlib . imports import *
22
33class Equations (Scene ):
44 def construct (self ):
Original file line number Diff line number Diff line change 1- from big_ol_pile_of_manim_imports import *
1+ from manimlib . imports import *
22from math import cos , sin , pi
33
44class Shapes (Scene ):
Original file line number Diff line number Diff line change 1- from big_ol_pile_of_manim_imports import *
1+ from manimlib . imports import *
22
33class makeText (Scene ):
44 def construct (self ):
You can’t perform that action at this time.
0 commit comments