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
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
21
+
22
+
With virtualenv, it's possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
23
+
24
+
### Supported Python Versions
25
+
Python >= 3.6
26
+
27
+
As this package is designed to work in the [AppEngine runtime](https://cloud.google.com/appengine/docs/python/) Python 3.6+ are supported.
0 commit comments