This is a very basic Python application, intended for tutorial examples.
Just clone this repository to your local machine and start playing with it.
The application has no special prerequisites.
It's highly recommended that you use
virtualenv
when working with Python applications.
Clone this repository to a suitable location, for example your home directory:
cd ~
git clone https://github.com/LinodeContent/pythonapp-example.git
Change to pythonapp-example
folder:
cd pythonapp-example
Install the application:
python setup.py install
Or if you want to start developing it right away:
python setup.py develop
Do you want to run some basic test? No problem:
python setup.py test
This application example is not registered on pypi.python.org
, feel free to edit it, upload your source and then distribute/install using pip
Help is welcome to expand this simple example.
Current version is 0.0.1
- Damaso Sanoja - Damaso Sanoja
This project is licensed under the MIT License.