Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 452 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 452 Bytes
envtools-skeleton

** DEVELOPMENT **

Follow these instructions to begin developing:

  1. Ensure the following dependencies have been installed:

git virtualenv virtualenvwrapper

2) Set the WORKON_HOME environment variable to your workspace folder. This is typically done inside your user's .profile script.

3) Ensure that virtualenvwrapper.sh has been sourced, which is also typically done inside your user's .profile script.