Closed claudiordgz closed 9 years ago
I need to be able to install mcpi with pip as follow:
pip install git+git://github.com/claudiordgz/mcpipy.git@master#egg=mcpi
The idea is that users can install that and run the examples from there.
from mcpi.examples import *
I need to be able to install mcpi with pip as follow:
pip install git+git://github.com/claudiordgz/mcpipy.git@master#egg=mcpi
The idea is that users can install that and run the examples from there.
from mcpi.examples import *