ckanext-dcat
ckanext-dcat copied to clipboard
Installation instructions incomplete
The second command pip install -r ckanext-dcat/requirements.txt won't work since the git repo is not checked out yet.
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.
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.