Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

File metadata and controls

26 lines (20 loc) · 1.06 KB

EPyQ Build status

Running From Source

Instructions are for Python 3.6 but they should work with slight tweaks with 3.5.

Windows

  • Install Python 3.6
  • Install Git
  • git clone https://github.com/altendky/st
  • cd st
  • copy .gitmodules.github .gitmodules
  • git submodule update --init
  • py -3.6 venv.py
  • wait
  • wait some more...
  • ...
  • Note the links provided for possibly needed system and driver extras.
  • Try running venv\Scripts\epyq. If you get errors, consider installing the linked extras.

If using with PEAK PCAN hardware, install the PEAK drivers.

To launch EPyQ run venv\Scripts\epyq.exe. To launch Qt Designer with the EPyQ plugins enabled run designer.bat. EPyQ widgets should be visible at the bottom of the widget box on the left.