Skip to content

Commit edf7a5d

Browse files
committed
#187 - Preparations for upgrading UI from tkinter to PyQt6
1 parent cbcc90f commit edf7a5d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/installation.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
## Install Python
44
Download and install [Python 3.11.1](https://www.python.org/downloads/release/python-3111/)
55

6-
Note - If you change the install options, be sure you still install *pip* and *tkinter*:
7-
8-
![](pictures/installation/python_install_options.png)
9-
106
## Install Additional Python Packages
117

128
Download additional packages by running this command in the directory where you just installed Python:
139

14-
python -m pip install matplotlib==3.6.3 numpy==1.24.1 scipy==1.10.0
10+
python -m pip install matplotlib==3.6.3 numpy==1.24.1 scipy==1.10.0 PyQt6==6.4.1
1511

16-
For example:
12+
For example: ** TODO - SCREENSHOT IS OUT OF DATE **
1713

1814
![](pictures/installation/pip_install.png)
1915

Binary file not shown.

0 commit comments

Comments
 (0)