Skip to content

Adding conda as installation methods#253

Open
rpanai wants to merge 1 commit intofacebookresearch:mainfrom
rpanai:patch-2
Open

Adding conda as installation methods#253
rpanai wants to merge 1 commit intofacebookresearch:mainfrom
rpanai:patch-2

Conversation

@rpanai
Copy link

@rpanai rpanai commented Jul 27, 2022

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.

  • Fork the repo and create your branch from main.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes.
  • Make sure your code lints.
  • If you haven't already, complete the Contributor License Agreement ("CLA").

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 27, 2022
@rpanai rpanai mentioned this pull request Jul 27, 2022
Kats is on conda-forge, so you can use `conda` to install it.

```bash
conda install -c conda-forge kats

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants