Support conda install
See original GitHub issueProblem 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:
- Created a year ago
- Comments:9 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome, thank you!
My feedstock request is pending review, so I’ll close this issue once that goes through.
Awesome, thank you very much! 🍰 😃