Installation¶
There are several ways to install Workbench depending on your environment.
Using the QDE¶
If you're working in the QDE, you're all set! This integrated development environment includes the package psiqworkbench and its dependencies.
Installing pip package¶
If you're working outside the QDE and have access to the released psiqworkbench package, you can install it using pip:
Building from source¶
If you want to build the psiqworkbench package from its source as a user, it is recommended to do this using pip.
Navigate to the folder containing the psiqworkbench source and run:
Validating your setup¶
You can validate your setup by running the following program in Python
The expected output of this program is:
To understand what this code snippet does and to write your first Workbench program, see the Getting Started tutorial.