Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 changes and setup.py to install with pip #7

Merged
merged 10 commits into from Sep 14, 2015

Conversation

claudiordgz
Copy link
Contributor

  1. 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 *

  2. I also used @dj-foxxy pull request in which he moved the examples, and added it as an extra package

  3. I also did tiny changes and relative importing for Python 3 usage.

brooksc added a commit that referenced this pull request Sep 14, 2015
Python 3 changes and setup.py to install with pip
@brooksc brooksc merged commit 8aef3d3 into brooksc:master Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants