From bd32869b775af847c202f7661bd171218316efdb Mon Sep 17 00:00:00 2001 From: Tom Polakovic <tpolakovic@anl.gov> Date: Mon, 14 Feb 2022 18:57:39 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 800d075..3753626 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Mini-workshop/tutorial on design of microfabrication layout patterning masks. - Documentation [here](https://gdspy.readthedocs.io/en/stable/gettingstarted.html) - Install using Pip: `python3 -m pip install gdspy` in command line/terminal - tkinter - - Optional, used for real-time-ish visualization of patterns. - - Documentation [here](https://docs.python.org/3/library/tkinter.html) - - Install using Pip: `python3 -m pip install tk` in command line/terminal + - Optional, used for real-time-ish visualization of patterns. + - Documentation [here](https://docs.python.org/3/library/tkinter.html) + - Install using Pip: `python3 -m pip install tk` in command line/terminal -- GitLab