We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a856401 commit 71737dcCopy full SHA for 71737dc
README.md
@@ -53,9 +53,12 @@ simple 3d file viewer in addition to its primary function.
53
54
I have tested on the following platforms:
55
56
-* Windows 11, Python 3.13 installed from
57
- [python.org](https://www.python.org/downloads/), then `pip
58
- install diff3d`.
+* Windows 11, Python 3.13. Download and install from
+ [python.org](https://www.python.org/downloads/), and in the
+ installation program be sure to check the the box that says "Add
59
+ python.exe to PATH" which will make `pip` and `diff3d` available
60
+ from the command line. The open a command prompt window and type
61
+ `pip intall diff3d`.
62
63
* MacOS, Python 3.13 installed using `brew install python`, then `pip
64
install diff3d`.
0 commit comments