-
Notifications
You must be signed in to change notification settings - Fork 80
Dependencies
WiCK3D POiSON edited this page Aug 20, 2018
·
1 revision
The following packages are required for using visma:
- PyQt5
- matplotlib
- numpy
The following packages are required for testing visma:
- pytest
- pylama (not necessary)
- coverage (not necessary)
For more on testing go to the Tests guide.
NOTE: Make sure to check if pip exists in python3 library by checking the pip version or use pip3 instead.
$ pip --version
To get all visma dependencies do
$ pip install -r requirements.txt
To get a specific package do
$ pip install <package_name>