InstallationΒΆ

Pyenty was developed and tested using Python 3 (3.4) and before start using it, install the following tools.

Tornado Web Framework:

pip install tornado

MongoDB Driver - Motor:

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.