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

Conda package #21

Open
ricardojumia opened this issue Feb 4, 2019 · 2 comments

Comments

2 participants
@ricardojumia
Copy link

commented Feb 4, 2019

I use python in a conda environment and would like to know if you're going to make pdoc3 available there.

I know this is not exactly an "issue" but I couldn't find your contact anywhere and I'd really appreciate your help.

Thank you!

@kernc

This comment has been minimized.

Copy link
Contributor

commented Feb 5, 2019

I don't use Anaconda myself, but as far as I understand, packages from PyPI (installed with pip) should work just the same?

How does one make a package available in conda?

@ricardojumia

This comment has been minimized.

Copy link
Author

commented Feb 5, 2019

You can install PyPI packages in conda but it's not recommended even with best practices - which are very cumbersome.
https://www.anaconda.com/using-pip-in-a-conda-environment/

As for making it available in conda, I've never done this myself but I think you can use conda build.
https://conda.io/projects/conda-build/en/latest/source/recipe.html

@kernc kernc added the help wanted label Feb 6, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.