|
|
|
|
|
by meese_
6010 days ago
|
|
Done. Rather messy since github doesn't do redirects, but I suppose it's worth it. By the way, to uninstall the apparently poorly-named pydroid: cd ${PYTHON_DIR}/site-packages/
rm -r pydroid pydroid-0.42-*.egg-info
where ${PYTHON_DIR} is "/Library/Python/2.6" on OS X, "C:\Python26\" on Windows, etc...Then just run the new installer shown on the script page (or install from source), now at: http://github.com/msanders/autopy |
|