You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,16 +129,11 @@ We will break this into parts:
129
129
* Method: The construct method is special to manim. Manim calls on construct for creating animations. Therefore, every class that runs manim has to have this method.
130
130
* Code: You don't have to fully understand how the code works yet. But you can see that you first define your animations, and then you display it. You can experiment with the order in which you define and display.
131
131
132
-
> **NOTE**: If you recall, to run this animation, you would run the following in the terminal -
133
-
>```bash
134
-
> python3 -m manim fileName.py Shapes -pl
135
-
>```
136
-
137
-
> Some code:
138
-
>
139
-
>```lang-js
140
-
> const a = 0
141
-
>```
132
+
> **NOTE:** If you recall, to run this animation, you would run the following in the terminal -
0 commit comments