Skip to content
Snippets Groups Projects
Commit 7ea21a06 authored by Tom Polakovic's avatar Tom Polakovic
Browse files

Update README.md

parent bd32869b
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,12 @@ Mini-workshop/tutorial on design of microfabrication layout patterning masks. ...@@ -9,12 +9,12 @@ Mini-workshop/tutorial on design of microfabrication layout patterning masks.
## Optional software (strongly encouraged) ## Optional software (strongly encouraged)
- Text editor with syntax highlithing and whatever goodies you need for programming (e.g. [Atom](https://atom.io), Emacs, Vim,...) - Text editor with syntax highlithing and whatever goodies you need for programming (e.g. [Atom](https://atom.io), Emacs, Vim,...)
- Python 3 + Pip + Packages - Python 3 + Pip + Packages
- Windows: Follow [these](https://phoenixnap.com/kb/how-to-install-python-3-windows) instructions up to step 5. - Windows: Follow [these](https://phoenixnap.com/kb/how-to-install-python-3-windows) instructions up to step 5.
- Mac OS/Linux: Usually comes pre-installed only with Python 2. Use package manager of your liking (e.g. [Homebrew](https://brew.sh) on Mac, [APT-GET](https://phoenixnap.com/kb/how-to-use-apt-get-commands) on Linux) to install Python 3. - Mac OS/Linux: Usually comes pre-installed only with Python 2. Use package manager of your liking (e.g. [Homebrew](https://brew.sh) on Mac, [APT-GET](https://phoenixnap.com/kb/how-to-use-apt-get-commands) on Linux) to install Python 3.
- gdspy - gdspy
- Documentation [here](https://gdspy.readthedocs.io/en/stable/gettingstarted.html) - Documentation [here](https://gdspy.readthedocs.io/en/stable/gettingstarted.html)
- Install using Pip: `python3 -m pip install gdspy` in command line/terminal - Install using Pip: `python3 -m pip install gdspy` in command line/terminal
- tkinter - tkinter
- Optional, used for real-time-ish visualization of patterns. - Optional, used for real-time-ish visualization of patterns.
- Documentation [here](https://docs.python.org/3/library/tkinter.html) - Documentation [here](https://docs.python.org/3/library/tkinter.html)
- Install using Pip: `python3 -m pip install tk` in command line/terminal - Install using Pip: `python3 -m pip install tk` in command line/terminal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment