question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support conda install

See original GitHub issue

Problem Description

Currently, pdoc is only available through pip install pdoc

Proposal

Allow installation for anaconda users via conda install -c conda-forge pdoc

Additional context

This would not require any changes to the pdoc repository.

Instead, this involves creating a conda feedstock that pulls builds from pypi. I’ll assign myself as the maintainer for the feedstock repo, but welcome additions if others are interested.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jacksundcommented, Apr 10, 2022

Awesome, thank you!

My feedstock request is pending review, so I’ll close this issue once that goes through.

0reactions
mhilscommented, Apr 13, 2022

Awesome, thank you very much! 🍰 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

conda install
Installs a list of packages into a specified conda environment. This command accepts a list of package specifications (e.g, bitarray=0.8) and installs a...
Read more >
Installation — Anaconda documentation
Review the system requirements listed below before installing Anaconda Distribution. If you don't want the hundreds of packages included with Anaconda, install ......
Read more >
Python Installation - Conda Install | Google Earth Engine
Print the conda command's help menu to test the Miniconda install. Since Miniconda has not been added to your system's PATH environment variable,...
Read more >
conda-forge | community driven packaging for conda
For example, to install a conda-forge package into an existing conda ... If you like conda-forge and want to support our mission, please...
Read more >
Installing conda packages locally: Training
Create a conda environment and install packages · Activate your conda environment; on the command line, enter (replace env_name with the name and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found