Or Install gdsfactory locally on your computer.
- Make sure you have python 3.10, 3.11 or 3.12 installed on your computer. Here is the anaconda installer.
- Download klayout
- Install
klive
klayout plugin to be able to see live updates on your GDS files fom the klayout GUITools --> Manage Packages --> Install New Packages --> Klive
- Install
gdsfactory
klayout plugin for the genericpdk layermap
- Install VSCode python editor to open the notebooks.
- Install gdsfactory using pip in an anaconda prompt opened as
Administrator
.
pip install "gdsfactory gplugins[femwell,gmsh,meow,sax,tidy3d]" --upgrade