DEV Community

Cover image for Epispot on Anaconda
QLabs for epispot

Posted on • Originally published at epispot.github.io on

1 1

Epispot on Anaconda

Yes, that’s right. Epispot is on anaconda.


Okay, first, let’s go through the installation process.

conda config --add channels conda-forge
conda install epispot
Enter fullscreen mode Exit fullscreen mode

Then, import it in your python project:

import epispot as epi
Enter fullscreen mode Exit fullscreen mode

You can also use:

conda search epispot --channel conda-forge
Enter fullscreen mode Exit fullscreen mode

to view all versions of epispot on anaconda (currently only 1).

We used the conda-forge library to publish the package, which you can check out here.

So, that’s it. epispot 2.0.1 is now on anaconda. You can install it with the instructions above! Once again, thanks to the conda-forge library for getting it published! Ready, steady, CODE!

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (0)

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay