DynamicsAndNeuralSystems / pycatch22

python implementation of catch22
https://time-series-features.gitbook.io/catch22/python
GNU General Public License v3.0
75 stars 15 forks source link

Add conda as installation method in README.md #10

Closed rpanai closed 7 months ago

rpanai commented 1 year ago

Hi All, I just build a conda package for pycatch22. It is now possible to install with conda

conda install -c conda-forge pycatch22

or mamba

mamba install -c conda-forge pycatch22

anaconda https://anaconda.org/conda-forge/pycatch22 feedstock https://github.com/conda-forge/pycatch22-feedstock/

benfulcher commented 1 year ago

Thanks! Ok I will add, although cf. #11

jmoo2880 commented 7 months ago

Issue addressed and README has been updated to reflect the new install options.