You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ GDS scripting that's intuitive, fast, and powerful. For Python 2 and 3.
19
19
- Install or upgrade with `pip install -U phidl`
20
20
- Python 2 >=2.6 or Python 3 >=3.5
21
21
- If you are on Windows or Mac and don't already have `gdspy` installed, you will need a C++ compiler
22
-
- For Windows + Python 3, install the Microsoft ["Build Tools for Visual Studio"](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017)
22
+
- For Windows + Python 3, install ["Build Tools for Visual Studio"](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017) (make sure to check the "C++ build tools" checkbox when installing)
23
23
- For Windows + Python 2, install [Microsoft Visual C++ Compiler for Python 2.7](https://www.microsoft.com/en-us/download/details.aspx?id=44266)
24
24
- For Mac, install "Xcode" from the App Store, then run the command `xcode-select --install` in the terminal
0 commit comments