From 555646647e4b7ee07c8bd4b206dcf18e9b30c3da Mon Sep 17 00:00:00 2001 From: ThrawnCA Date: Tue, 8 Oct 2024 08:23:33 +1000 Subject: [PATCH] update README, GitHub issue #122 - Fix source install syntax - Add a note on relationship with PyPI --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8a741cf..e1b9c49 100644 --- a/README.rst +++ b/README.rst @@ -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