root/hodgestar/PythonCode/WikiTransformer/setup-develop

Revision 108, 122 bytes (checked in by simon, 5 years ago)

Improve setup and teardown development scripts.

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# -x : exclude scripts
3# -d : install dir
4rm -f wikipub.egg-link
5PYTHONPATH=. python setup.py develop -x -d .
Note: See TracBrowser for help on using the browser.