diff --git a/_sources/getting_started/installation.rst.txt b/_sources/getting_started/installation.rst.txt
index 8b88e3c2..17969870 100644
--- a/_sources/getting_started/installation.rst.txt
+++ b/_sources/getting_started/installation.rst.txt
@@ -1,7 +1,7 @@
Installation
============
-Manim runs on Python 3.8.
+Manim runs on Python 3.6 or higher (Python 3.8 is recommended).
System requirements are:
@@ -12,6 +12,14 @@ System requirements are:
Directly
--------
+.. code-block:: sh
+
+ # Install manimgl
+ pip install manimgl
+
+ # Try it out
+ manimgl
+
If you want to hack on manimlib itself, clone this repository and in
that directory execute:
diff --git a/development/about.html b/development/about.html
index c7651399..cc378566 100644
--- a/development/about.html
+++ b/development/about.html
@@ -8,8 +8,8 @@
-
-
+
+