Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (21 loc) · 1.31 KB

Py3QDA Project

PyQDA

PyQDA in the directory of Py2QDA-0.1.1 is a Python-clone of RQDA which was forked from https://github.com/ccbogel/PyQDA

Py3QDA

PyQDA has been ported to Python 3.6 and PyQt5, and I renamed it to Py3QDA (in the directory of Py3QDA-0.1)

Few new features, such as case profile matrix, have been added to Py3QDA.

Installation of Py3QDA

  1. Install Python 3.6+ and PyQt5 module

    The recommended way is to install Anaconda (Python 3.6 version), for Chinese users can download it from the mirror of Tsinghua University.

    Another way is to install WinPython (The one with Python 3.6+ and QT5)

  2. Download PyQDA and unizp it.

  3. Launch terminal (for Mac) or cmd (for Windows), and change the working directory to path/of/PyQDA/Py3QDA-0.1 (say $cd ~/Downloads/PyQDA-master/Py3QDA-0.1 if a mac user download it to the Downloads directory), run the following command

    $python setup.py install
  4. Launch Py3QDA by running the following command

    $py3qda

    Then you can see the main screen of the program.

    Py3QDA