From 7fd64e0abf9d41973372a3cdf6431e8ca2c119df Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 30 Sep 2019 23:50:40 -0700 Subject: [PATCH] give better instructions for extras --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57ffb6d..fd16875 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ E-beam doses, and the ability to output to multiple formats. Requirements: * python >= 3.5 (written and tested with 3.6) * numpy -* matplotlib (optional, used for visualization functions and text) -* python-gdsii (optional, used for gdsii i/o) -* svgwrite (optional, used for svg output) -* freetype (optional, used for text) +* matplotlib (optional, used for `visualization` functions and `text`) +* python-gdsii (optional, used for `gdsii` i/o) +* svgwrite (optional, used for `svg` output) +* freetype (optional, used for `text`) Install with pip: ```bash -pip3 install masque +pip3 install 'masque[visualization,gdsii,svg,text]' ``` Alternatively, install from git