Skip to content
Snippets Groups Projects
Commit 1b573989 authored by Hock, Martin's avatar Hock, Martin
Browse files

Add command to install dependencies to Readme.

parent b4dea1b8
No related branches found
No related tags found
2 merge requests!65Release v0.3.0,!64New year developments
Pipeline #889208 passed
......@@ -79,7 +79,7 @@ FIGS_AND_IDS = tagplot(FIGS_AS_LIST, "matplotlib", prefix="XY23_", id_method="ra
### publish()
Save plot, data and measuring script. Modules that are imported in the script which calls plotID are exported to the file "required_imports.txt". These can later be installed via pip. It is possible to export multiple figures at once.
Save plot, data and measuring script. Modules that are imported in the script which calls plotID are exported to the file "required_imports.txt". These can later be installed via pip with the command `pip install -r /path/to/required_imports.txt`. It is possible to export multiple figures at once.
`publish(figs_and_ids, src_datapath, dst_path)`
- *figs_and_ids* must be a PlotIDTransfer object. Therefore, it can be directly passed from tagplot() to publish().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment