aboutsummaryrefslogtreecommitdiffstats
path: root/dev.bat
Commit message (Collapse)AuthorAgeFilesLines
* ./dev: echo what we have doneMaximilian Hils2015-03-141-1/+6
|
* simplify virtualenvMaximilian Hils2015-03-141-0/+6
- add dev.bat for Windows users - remove ~/.pipcache creation. If that causes issues with PyInstaller, we should use pip --no-cache-dir there or rm -r pip.locations.USER_CACHE_DIR. - remove superfluous pip install calls.