Adding conda as installation methods#253
Open
rpanai wants to merge 1 commit intofacebookresearch:mainfrom
Open
Adding conda as installation methods#253rpanai wants to merge 1 commit intofacebookresearch:mainfrom
rpanai wants to merge 1 commit intofacebookresearch:mainfrom
Conversation
It is available on conda-forge [https://anaconda.org/conda-forge/kats](https://anaconda.org/conda-forge/kats)
Closed
| Kats is on conda-forge, so you can use `conda` to install it. | ||
|
|
||
| ```bash | ||
| conda install -c conda-forge kats |
There was a problem hiding this comment.
tried using conda myself. the following sequence worked, since Kats require python 3.8 to work:
# create conda environment
conda create --name kats python=3.8
conda activate kats
# install Kats
conda install -c conda-forge kats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is available on conda-forge https://anaconda.org/conda-forge/kats
Kats
Thank you for contributing! Please take a moment to review our contributing guidelines
to make the process easy and effective for everyone involved.
main.Contributor License Agreement ("CLA")
In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.
Complete your CLA here: https://code.facebook.com/cla
Ver: Kats v1.02