Skip to content

DBProductions/tornado-examples

Repository files navigation

tornado-examples

Different examples with Tornado 6.0.1 and Python 3.6.1.

Webside

Getting started

Clone the repository, create a virtual environment and install the dependencies.

Prerequisites

You must have git, python and pip installed.

Clone repository

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

Feedback

Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.

About

Tornado framework examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published