Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install and use ckanapi? #88

Closed
Kyle-Falconer opened this issue Jun 16, 2016 · 5 comments
Closed

How to install and use ckanapi? #88

Kyle-Falconer opened this issue Jun 16, 2016 · 5 comments

Comments

@Kyle-Falconer
Copy link

Kyle-Falconer commented Jun 16, 2016

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
Copy link
Member

TkTech commented Jun 16, 2016

pip install ckanapi

@Kyle-Falconer
Copy link
Author

This should be in the readme right at the top.

@TkTech
Copy link
Member

TkTech commented Jun 16, 2016

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
Copy link
Author

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
Copy link
Contributor

wardi commented Jun 17, 2016

fixed in f1b2f1d

@wardi wardi closed this as completed Jun 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants