Skip to content

Commit

Permalink
Merge branch 'master' of github.com:3b1b/manim
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Feb 12, 2021
2 parents 368a6c3 + 0c3b401 commit 96d9a66
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/source/getting_started/quickstart.rst
Expand Up @@ -70,15 +70,9 @@ Next, let's take a detailed look at what each row does.
**Line 1**:

.. code-block:: python
<<<<<<< HEAD

from manimlib.imports import *

=======
from manimlib import *
>>>>>>> TonyCrane-package-improve
This will import all the classes that may be used when using manim.

**Line 3**:
Expand Down Expand Up @@ -215,11 +209,7 @@ at the end of the code to enable interaction:
self.embed()
<<<<<<< HEAD
Then run ``python manim.py start.py SquareToCircle``.
=======
Then run ``manimgl start.py SquareToCircle``.
>>>>>>> TonyCrane-package-improve

After the previous animation is executed, the ipython terminal will be opened on
the command line. After that, you can continue to write code in it, and the statement
Expand Down

0 comments on commit 96d9a66

Please sign in to comment.