ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
178 stars 74 forks source link

How to install and use ckanapi? #88

Closed Kyle-Falconer closed 8 years ago

Kyle-Falconer commented 8 years ago

I'm reading through the readme and the open and closed issues but I'm not seen what the recommended way of using this is.

I don't see this being deployed anywhere as a pip package or as a single python file I can just include in my directory.

I don't want to clone the whole project into my current project because the requirements.text and various other things will collide, and I'm not sure if I want to clone it into a subdirectory because I don't know how importing that in my python program would work...

I see the releases here on GitHub, but how do use it? do I unzip it? Where in my project folder should I put it?

TkTech commented 8 years ago

pip install ckanapi

Kyle-Falconer commented 8 years ago

This should be in the readme right at the top.

TkTech commented 8 years ago

99.99% of all python packages are on pypi. It is assumed that any python developer will first check pypi when looking for a package.

Kyle-Falconer commented 8 years ago

I wasn't sure. I tried using pip first but didn't realize I was having proxy problems, so it wasn't downloading and I assumed that it wasn't on there.

wardi commented 8 years ago

fixed in https://github.com/ckan/ckanapi/commit/f1b2f1de7a3d3d850e9da6ef9e6249bd5aa8d0d9