Different examples with Tornado 6.0.1 and Python 3.6.1.
Clone the repository, create a virtual environment and install the dependencies.
You must have git, python and pip installed.
Clone the tornado-examples
repository.
$ git clone [email protected]:DBProductions/tornado-examples.git
$ cd tornado-examples
Create a virtual environment and activate it.
$ python3 -m venv .
$ source bin/activate
Install the dependencies.
$ pip install -r requirements.txt
Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.