Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlucas1 committed Dec 20, 2024
1 parent a856401 commit 71737dc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ simple 3d file viewer in addition to its primary function.

I have tested on the following platforms:

* Windows 11, Python 3.13 installed from
[python.org](https://www.python.org/downloads/), then `pip
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
python.exe to PATH" which will make `pip` and `diff3d` available
from the command line. The open a command prompt window and type
`pip intall diff3d`.

* MacOS, Python 3.13 installed using `brew install python`, then `pip
install diff3d`.
Expand Down

0 comments on commit 71737dc

Please sign in to comment.