


1.PURPOSE OF THE SOFTWARE
=========================
The module makes lives easier for whom use Sublime-text and Virtualenv. It creates sublime project file as you make a new Virtualenv project using command 'mkproject'. 

2.HOW IT WORKS
==============
The module modifies the postmkproject file and create a template named sublime.template, inside your virtualenv home folder

3.AUTO INSTALL GUIDE
====================
* make sure you are in the directory of this module with both sublime.template and postmkproject existing
* run 'bash setup'

3.1MANUAL INSTALL GUIDE
-----------------------
* replace the postmkproject file with the one in the package to your VirtualEnv home directory
* add sublime.template to your VirtualEnv home directory

4.CURRENT ISSUE
===============
It does need to be installed by pip install or other easier way of deployment.

COPYRIGHTS
==========
It subjects to GNU licence.
It doesn't come with warranty of any sort.


