From d088f8a3168157c1ad32189e057756c8c12c419c Mon Sep 17 00:00:00 2001 From: Tom Polakovic <tpolakovic@anl.gov> Date: Mon, 14 Feb 2022 19:00:47 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9e14f..28eed30 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Mini-workshop/tutorial on design of microfabrication layout patterning masks. ## Optional software (strongly encouraged) - Text editor with syntax highlithing and whatever goodies you need for programming (e.g. [Atom](https://atom.io), Emacs, Vim,...) - Python 3 + Pip + Packages - - 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. + * 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. - gdspy - Documentation [here](https://gdspy.readthedocs.io/en/stable/gettingstarted.html) - Install using Pip: `python3 -m pip install gdspy` in command line/terminal -- GitLab