Installation instructions.
- Ensure that Python 3.11 or 3.12 is installed on your computer. You can download the Anaconda Installer for an easy setup.
- Download and install klayout
- Install
GDSFactory
klayout plugin to be able to see live updates on your GDS files from the klayout GUITools --> Manage Packages --> Install New Packages --> GDSFactory
- Download and install VSCode, a Python editor, to open and work with the notebooks.
- Install GDSFactory using pip in an anaconda prompt opened as
Administrator
.
pip install "gdsfactory gplugins[femwell,gmsh,meow,sax,tidy3d]" --upgrade
- Download the training notebookshere