Skip to content

This template includes all the necessary files to start a new open source web app based on Python.

Notifications You must be signed in to change notification settings

jeremysintes/python-webapp-template

Repository files navigation

  • A description of your project
  • Links to the project's ReadTheDocs page
  • A TravisCI button showing the state of the build
  • "Quickstart" documentation (how to quickly install and use your project)
  • A list of non-Python dependencies (if any) and how to install them

NAME_OF_THE_PROJECT

--> Goal of the project/tutorial/software

PRE-REQUISITES

  • Anaconda

SPECIFICATION

  • Create a developpement environment (recommended): conda env create -n NAME_OF_THE_PROJECT

  • Activate the developpement environment : activate NAME_OF_THE_PROJECT

  • Install the required librairies : (platform_demo)$ pip install -r requirements

RUNNING

  • Activate the developpement environment : activate NAME_OF_THE_PROJECT

  • Run the application : (platform_demo)$ python run.py

About

This template includes all the necessary files to start a new open source web app based on Python.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published