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

Repo needs a requirements file #6

Open
mzeinstra opened this issue Nov 4, 2015 · 0 comments
Open

Repo needs a requirements file #6

mzeinstra opened this issue Nov 4, 2015 · 0 comments

Comments

@mzeinstra
Copy link

Tried following the install guide, I was missing PIL.

I had to do:

sudo pip install Pillow
dsoprea added a commit to dsoprea/blockhash-python that referenced this issue Aug 3, 2020
Now "phash-blockhashio" instead of "blockhash", which is already taken.

- Packageified project
  - So it can both be imported from other projects.
  - So it can be packaged.
  - So it can be pushed to PyPI.

- Split library functionality from script functionality.
- Moved version to package-level variable.

- Migrated from distutils to setuptools.
  - Moved requirements to file. Renamed to install_requires. It was
    "requires" and it looks like distutils used "requires", but issue commonsmachinery#6
    stated that there might have been an issue with this.

  - Fixed-up required fields.

- Added minimal tests so that we can establish a verification build.

- Refactored --quick command-line option to be a store_true parameter
  rather than an argument-based parameter. It was confusing.
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

No branches or pull requests

1 participant