From a46728a56616cfaea7c0b3bf45f362714dae0e9d Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Thu, 6 Aug 2020 17:41:49 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9a614b0..a88bb9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # `renishawWiRE` Renishaw Raman spectroscopy parser in python ![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg) [![PyPI version](https://badge.fury.io/py/renishawWiRE.svg)](https://badge.fury.io/py/renishawWiRE) +[![Anaconda-Server Badge](https://anaconda.org/alchem0x2a/renishaw_wire/badges/installer/conda.svg)](https://conda.anaconda.org/alchem0x2a) ![actions](https://github.com/alchem0x2A/py-wdf-reader/workflows/Python%20package/badge.svg) @@ -55,6 +56,13 @@ cd py-wdf-reader pip install -e ".[plot]" ``` +## Via `anaconda` +The version hosted by `anaconda` will install all dependent packages including `numpy` `matplotlib` and `Pillow` + +```bash +conda install -c alchem0x2a renishaw_wire +``` + Additionally if you want to test the examples, download them from the [binary release](https://github.com/alchem0x2A/py-wdf-reader/releases/download/binary/spectra_files.zip)