Open saper opened 6 years ago
pyCraft isn't published on pypi at all, if you want to install it using pip there are some methods on this thread: https://github.com/ammaraskar/pyCraft/issues/63#issuecomment-315634251
Or are you suggesting that we should publish pyCraft on pypi under the pyCraft name?
Of course I got it working from git without any issues. But at first I typed blindly pip install pyCraft
in a virtualenv ...
I wonder if one of those project could be renamed to reduce confusion. Publishing to pypi would be nice, but is of course not mandatory.
MCPL (Minecraft Python Library) could work. Maybe a package name of minecraftpl
pip install minecraft
This is not a usable Python package, but the name is reserved by Microsoft Corporation.
Thanks for providing this library - I found
start.py
an excellent tool for quick testing.Unfortunately, it seems that
pip install pyCraft
installs Minecraft world editor. I wonder if something could be done about the obvious name conflict... @seventh