Skip to content

Commit

Permalink
Merge pull request #124 from qld-gov-au/github-122-fix-readme
Browse files Browse the repository at this point in the history
GitHub 122 fix readme
  • Loading branch information
ThrawnCA authored Dec 17, 2024
2 parents 00eabb4 + 3af377a commit f0d8fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ To install ckanext-s3filestore:

2. Install the ckanext-s3filestore Python package into your virtual environment:

2.1 From PyPI::
2.1 From PyPI (NB This repository does not currently push versions to PyPI)::

pip install ckanext-s3filestore

2.2 Alternatively, install from source::

pip install -e https://github.com/qld-gov-au/ckanext-s3filestore.git#egg=ckanext-s3filestore
pip install -e 'git+https://github.com/qld-gov-au/ckanext-s3filestore.git#egg=ckanext-s3filestore'
pip install -r /usr/lib/ckan/default/src/ckanext-s3filestore/requirements.txt

3. Add ``s3filestore`` to the ``ckan.plugins`` setting in your CKAN
Expand Down

0 comments on commit f0d8fe2

Please sign in to comment.