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

git install missing git+ #122

Open
brooks-eco opened this issue Oct 5, 2024 · 1 comment
Open

git install missing git+ #122

brooks-eco opened this issue Oct 5, 2024 · 1 comment

Comments

@brooks-eco
Copy link

minor readme correction.
2.2 install

pip install -e https://github.com/qld-gov-au/ckanext-s3filestore.git#egg=ckanext-s3filestore

to

pip install -e git+https://github.com/qld-gov-au/ckanext-s3filestore.git#egg=ckanext-s3filestore

also not clear if following readme whether binary install pip install ckanext-s3filestore will land the qld-gov.au (currently 0.7.7-qgov.9) or not... assume not. perhaps needs explanation given there are two ckanext-s3filestore repos being maintained? (this + keitaroinc). perhaps bleeding obvious to others and I'm just green.

@ThrawnCA
Copy link
Contributor

ThrawnCA commented Oct 7, 2024

There was previously a parent repo, which was the contributor to Pypi, and is now archived: https://github.com/okfn/ckanext-s3filestore

It's probably possible to unify the changes from this fork and Keitaro's, if someone wants to go through them and resolve all the differences.

ThrawnCA added a commit that referenced this issue Oct 7, 2024
- Fix source install syntax
- Add a note on relationship with PyPI
ThrawnCA added a commit that referenced this issue Oct 8, 2024
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

2 participants