README
1. Introduction
This template is made for hosting Python2
without a web part (see the python2_flask
plugin template for example if you need a web app).
2. How to play with it?
By default, the plugin will launch nothing.
You can install Python2 PyPi packages:
- with
pip
(after entering "your plugin"plugin_env
) - or by adding package names at the end of
python2_virtualenv_sources/requirements-to-freeze.txt
(and using themake
command)
See "plugins guide" for more details.