Updating docs for conda installation from conda-forge channel
See original GitHub issue📚 Documentation
Recently I packaged another library ecco
for conda-forge channel. Since, captum
is a dependency of ecco, I had to add captum to conda-forge as well (PR: https://github.com/conda-forge/staged-recipes/pull/17388).
So, now you can also install captum from conda-forge channel.
conda install -c conda-forge captum
I can send a PR to update the docs. Please let me know, if I should. 💡
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
A brief introduction — conda-forge 2022.12.21 documentation
Channels were often abandoned, updating required locating new channels. conda-forge is a community effort ... How can I install packages from conda-forge?¶.
Read more >Installation with conda from conda-forge - TeNPy
The numpy package provided by the conda-forge channel by default uses openblas on linux. As outlined in the conda forge docs, you can...
Read more >Conda channels
Specifying channels when installing packages . From the command line use --channel. $ conda install scipy --channel conda-forge.
Read more >How update/remove conda-forge channel from Anaconda?
You can use: conda config --show channels. This will list your channels conda config --remove channels NOT_WANTED.
Read more >Using Packages and Channels - The Carpentries Incubator
This command would install tensorflow package from conda-forge channel into ... The [conda documentation][conda-install-docs] has a nice decision tree that ...
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 Free
Top 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
hi @sugatoray , we plan to release the next version around March 4th. Will let you know once it is ready on PyPl. Thx!
Hi @sugatoray , if you can add @NarineK , @aobo-y , and me (@vivekmig) as co-maintainers of the conda-forge feedstock, that would be great! Thanks for adding Captum to conda-forge!