ckanext-dcat icon indicating copy to clipboard operation
ckanext-dcat copied to clipboard

Installation instructions incomplete

Open letmaik opened this issue 10 years ago • 2 comments

The second command pip install -r ckanext-dcat/requirements.txt won't work since the git repo is not checked out yet.

letmaik avatar Oct 16 '15 15:10 letmaik

Ok, an easier way is to switch to that src directory which is for me "/usr/lib/ckan/default/src". From that one it works.

letmaik avatar Oct 16 '15 15:10 letmaik

Actually, the real fix would be to add the run-time dependencies to setup.py's install_requires. And also include a small section on how to set up a dev installation like here: https://github.com/ckan/ckanext-eurovoc#development-installation

Have a look at http://python-packaging-user-guide.readthedocs.org/en/latest/requirements/ which explains this nicely.

letmaik avatar Oct 29 '15 11:10 letmaik