Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
T.Tian committed Aug 6, 2020
1 parent 396bbf8 commit a46728a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a46728a

Please sign in to comment.