メモ。
requirement.txt にどうやって書くのか分からなかった。
こう書く。
-e git://github.com/bycoffe/python-placemaker.git#egg=placemaker
アンインストールの方法。
$ pip uninstall placemaker
みたいな egg の名前を指定すれば行けるのかと思ったけどエラーになった。
Cannot uninstall requirement placemaker, not installed
site-packages の中を探して解決
$ pip uninstall python_placemaker