Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
bash
export PYTHONPATH=/usr/local/phidl/lib64/python3.612/site-packages:/usr/local/phidl/lib/python3.612/site-packages:$PYTHONPATH

# Note you must use the below path to ipython3
/usr/local/phidl/bin/ipython3 -i filename.py

If your code is structured like the examples above, a .gds file will be saved, and a plot of your layout will be displayed.

...