added lsenv

This commit is contained in:
Peter Boin 2017-08-22 15:14:03 +10:00
parent 7c67dec642
commit d6c307f71d

View File

@ -20,7 +20,7 @@ At this time, running `./deploy.sh --help` displays:
This script is to maintain a consistent method of deployment and testing.
Deployment target: pygcode 0.1.1.dev0
Deployment target: pygcode 0.2.0
Arguments:
Setup:
@ -31,6 +31,7 @@ At this time, running `./deploy.sh --help` displays:
creates both 'sdist' and 'wheel' distrobutions.
Virtual Environments:
lsenv List created virtual environments for this lib
rmenv py# Remove virtual environment
remkenv py# Remove, then create re-create virtual environment
envprereq py# install environment prerequisites (official PyPi)