token: Ecdsa is now a dependency for Ren'Py.

This commit is contained in:
Tom Rothamel
2022-12-31 08:40:15 -05:00
parent 708c7a52a1
commit 2b85a7f1eb
+1 -1
View File
@@ -66,7 +66,7 @@ To return to this virtualenv later, run::
After activating the virtualenv, install additional dependencies::
pip install -U cython future six typing pefile requests
pip install -U cython future six typing pefile requests ecdsa
Then, install pygame_sdl2 by running the following commands::