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

Get package from local instead of URL #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 13, 2019

  1. Get package from local instead of URL

    Use package_dir instead of a URL which is no longer open to public use
    or is out-of-date.
    hanryhu committed May 13, 2019
    Configuration menu
    Copy the full SHA
    d97c961 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Make various small fixes

    There were some problems which were small but nevertheless prevented
    the correct running of the code.  Now, a `python setup.py install` and
    a `pip install .` in the main directory should do the trick.
    
    Errors included IO-related stuff, missing arguments, and for some
    reason packages not being installed correctly.
    hanryhu committed May 16, 2019
    Configuration menu
    Copy the full SHA
    45bab03 View commit details
    Browse the repository at this point in the history