DEV Community

Cover image for Epispot on Anaconda
QLabs for epispot

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

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!

Latest comments (0)