Skip to content

Commit

Permalink
make klamath the default gdsii reader/writer, and install it automati…
Browse files Browse the repository at this point in the history
…cally

python-gdsii code is now under masque.file.python_gdsii
  • Loading branch information
jan committed Mar 26, 2021
1 parent 689312c commit e2fdd5a
Show file tree
Hide file tree
Showing 5 changed files with 870 additions and 869 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ E-beam doses, and the ability to output to multiple formats.
Requirements:
* python >= 3.7 (written and tested with 3.8)
* numpy
* klamath (used for `gdsii` i/o and library management)
* matplotlib (optional, used for `visualization` functions and `text`)
* python-gdsii (optional, used for `gdsii` i/o)
* klamath (optional, used for `gdsii` i/o and library management)
* ezdxf (optional, used for `dxf` i/o)
* fatamorgana (optional, used for `oasis` i/o)
* svgwrite (optional, used for `svg` output)
Expand All @@ -26,7 +25,7 @@ Requirements:

Install with pip:
```bash
pip3 install 'masque[visualization,gdsii,oasis,dxf,svg,text,klamath]'
pip3 install 'masque[visualization,oasis,dxf,svg,text]'
```

Alternatively, install from git
Expand Down
Loading

0 comments on commit e2fdd5a

Please sign in to comment.