Skip to content

Commit

Permalink
update readme for more optional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed May 26, 2020
1 parent 32c01ce commit 5b409e6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Ideas for reverse-engineering the WDF format is inspired by:

Requirements:

- `python` version >= 3.6
- `Numpy`
- `Matplotlib` (optional, if you want to plot the spectra in the examples)
- `Pillow` (optional, if you want to extract the white light image)
- `python>=3.6`
- `Numpy>=1.12.0`
- `Matplotlib>=2.1.0` (optional, if you want to plot the spectra in the examples)
- `Pillow>=3.4.0` (optional, if you want to extract the white light image)

## Versions hosted on PyPI: via `pip`

Expand All @@ -27,12 +27,13 @@ pip install -U renishawWiRE

## `HEAD` version: via `git` + `pip`

To install the package without examples, run the following commands:
To install the package without examples, run the following commands
(installing extra `matplotlib` and `Pillow` if not present):

```bash
git clone https://github.com/alchem0x2A/py-wdf-reader.git
cd py-wdf-reader
pip install .
pip install -e ".[plot]"
```

Additionally if you want to test the examples, download them from the
Expand Down

0 comments on commit 5b409e6

Please sign in to comment.