give better instructions for extras

lethe/HEAD
Jan Petykiewicz 5 years ago
parent 7a3738bd0c
commit 7fd64e0abf

@ -15,15 +15,15 @@ E-beam doses, and the ability to output to multiple formats.
Requirements: Requirements:
* python >= 3.5 (written and tested with 3.6) * python >= 3.5 (written and tested with 3.6)
* numpy * numpy
* matplotlib (optional, used for visualization functions and text) * matplotlib (optional, used for `visualization` functions and `text`)
* python-gdsii (optional, used for gdsii i/o) * python-gdsii (optional, used for `gdsii` i/o)
* svgwrite (optional, used for svg output) * svgwrite (optional, used for `svg` output)
* freetype (optional, used for text) * freetype (optional, used for `text`)
Install with pip: Install with pip:
```bash ```bash
pip3 install masque pip3 install 'masque[visualization,gdsii,svg,text]'
``` ```
Alternatively, install from git Alternatively, install from git

Loading…
Cancel
Save