Installing hanlab

Required Packages

The following packages are required in order to use all features of hanlab:

Package

Version

dnplab

==1.0.11

numpy

1.19+

scipy

1.5+

PyQt5

==5.14

To install the required packages with pip use the command:

$ pip install dnplab==1.0.11 numpy scipy pyqt5==5.14

Installing with pip

Use the command:

$ pip install hanlab

Confirm Successful Installation

Use the command:

$ pip show hanlab

Confirm the output is similar to:

Name: hanlab
Version: 0.1
Summary: hanlab
Home-page: https://github.com/thcasey3/hanlab
Author: Thomas Casey
Author-email: None
License: MIT
Location: /path_to/hanlab
Requires: dnplab, numpy, etc.