InstallationΒΆ
Pyenty was developed and tested using Python 3 (3.4) and before start using it, install the following tools.
pip install tornado
pip install motor
And finally, install Pyenty:
pip install pyenty
For persistency, pyenty connects (through motor) to highly scalable database MongoDB. Download and install the latest version.