Skip to content
Snippets Groups Projects
Commit 6c1469c6 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Add qrcode package as dependency and update documentation.

parent 91faf58d
Branches
Tags
5 merge requests!41Include latest changes in main branch,!37Merge dev upstream changes into improve/metadata,!34Include architecture diagram in docs,!32SAST implementation,!27Update documentation and version number
Pipeline #808416 waiting for manual action
...@@ -25,7 +25,7 @@ venv\Scripts\Activate.ps1 # Windows PowerShell ...@@ -25,7 +25,7 @@ venv\Scripts\Activate.ps1 # Windows PowerShell
### From PyPi with pip ### From PyPi with pip
2. Install plotID 2. Install plotID
`pip install plotid --extra-index-url=https://test.pypi.org/simple/` `pip install plotid`
If you also want to run the unittests use `plotid[test]` instead of `plotid`. If you also want to run the unittests use `plotid[test]` instead of `plotid`.
### From source ### From source
......
...@@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the ...@@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the
plot will also be copied to the directory. plot will also be copied to the directory.
""" """
__version__ = '0.2.0' __version__ = '0.2.1'
__author__ = 'Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt' __author__ = 'Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt'
...@@ -28,6 +28,7 @@ install_requires = ...@@ -28,6 +28,7 @@ install_requires =
Pillow Pillow
matplotlib matplotlib
numpy numpy
qrcode
[options.extras_require] [options.extras_require]
test = test =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment