l0b0 / mian

Mine analysis - Graph blocks to height in a Minecraft save game
https://github.com/l0b0/mian/wiki
GNU General Public License v3.0
14 stars 4 forks source link

Migrate to pip from setuptools #8

Open l0b0 opened 13 years ago

l0b0 commented 13 years ago

The main reason being so that people can uninstall with the same command instead of having to mess up their Python site packages.

If anyone knows of a good guide for migration to pip, it would be great to know about it.

pepijndevos commented 13 years ago

What is there to migrate? Same setup.py, right?

l0b0 commented 13 years ago

I guess so - I'm not familiar in detail with pip.