Skip to content

Commit 368bb56

Browse files
author
Eric Stanton
committed
fixed emodeconnection install error for docs compiling
1 parent 49935a8 commit 368bb56

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ venv:
66

77
install:
88
uv venv --python 3.11
9-
uv pip install -e .[dev,docs,femwell,gmsh,meow,sax,tidy3d,klayout,vlsir]
9+
uv pip install -e .[dev,docs,femwell,gmsh,meow,sax,tidy3d,klayout,vlsir,emode]
1010
uv run pre-commit install
1111

1212
dev: test-data gmsh elmer install

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ GDSFactory plugins:
2222
- `palace` for full-wave driven (S parameter) and electrostatic (capacitive) simulations.
2323
- EME
2424
- `meow` Eigen Mode Expansion (EME).
25+
- `EMode`
2526
- Mode Solver
2627
- Tidy3d
2728
- Femwell
2829
- MPB
30+
- `EMode`
2931
- TCAD
3032
- `devsim` TCAD device simulator.
3133
- Circuit simulations
@@ -44,7 +46,7 @@ pip install "gdsfactory[full]" --upgrade
4446
or
4547

4648
```bash
47-
pip install "gplugins[devsim,femwell,gmsh,schematic,meow,meshwell,sax,tidy3d]" --upgrade
49+
pip install "gplugins[devsim,femwell,gmsh,schematic,meow,meshwell,ray,sax,tidy3d,emode]" --upgrade
4850
```
4951

5052
Or install only the plugins you need. For example:

0 commit comments

Comments
 (0)