Regbot GUI

From Rsewiki
Revision as of 13:47, 11 January 2021 by Jca (talk | contribs) (Created page with "Back to Regbot NB! this page is for installing python3 version of the Regbot GUI. == not finished 11 jan 2021 == == install python == Start the command window by sear...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back to Regbot

NB! this page is for installing python3 version of the Regbot GUI.

not finished 11 jan 2021

install python

Start the command window by searching for 'cmd' after pressing Start.

In the command window type

python
Python 3.6.9 (default, Oct  8 2020, 12:12:24) 
on win32
Type "help", "copyright", "credits" or "license" for more information. 
>>> quit()

This should start python and write the version number. Version must be 3.X.X.

If not installed, then install from Microsoft store, you will probably be directed directly, if not installed,

Install packages

At the CMD prompt install

> pip install pyqt5
> pip install pyqtgraph