Skip to content

The goal of the current projet is to demonstrate a simple deployment process for your python educational codes hosted on github

Notifications You must be signed in to change notification settings

ymae/py-standalone-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Simple Deployment Demonstration

The goal of this project is to demonstrate a simple standalone deployment mechanism using the venv module from the python standard library.

To install and execute this short demo, you need to follow these steps:

  1. git clone https://github.com/tchappui/py-deploy-demo.git && cd py-deploy-demo
  2. python3 app.py on macos/linux or py -3 app.py on windows

If the dependencies are not installed, a virtual environment is automatically created with the needed requirements installed inside.

About

The goal of the current projet is to demonstrate a simple deployment process for your python educational codes hosted on github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%