Document that six is a dependency.

This commit is contained in:
Tom Rothamel
2020-07-26 22:32:12 -04:00
parent b0f238ef0d
commit 39a35270ef
+2 -2
View File
@@ -63,9 +63,9 @@ To return to this virtualenv later, run::
workon renpy
After activating the virtualenv, install cython and future::
After activating the virtualenv, install cython, future, and six::
pip install -U cython future
pip install -U cython future six
Then, install pygame_sdl2 by running the following commands::