Skip to content

Commit 02cc5f9

Browse files
authored
Merge pull request #680 from will-moore/pip_install_pre_readme
Use --pre install for export script in README
2 parents 81942e6 + 03bc6ba commit 02cc5f9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,14 @@ NB: channel LUTs are not currently supported when rendering OME-Zarr images for
133133
Any LUTs will be rendered with white color.
134134

135135
Download the figure JSON (File > Save, in the standalone app) then install the export script.
136-
Here, we create a new conda environment and install the export script:
136+
Here, we create a new conda environment and install the export script.
137+
NB: We use the ``--pre`` flag to allow installation of the pre-release version of OMERO.figure:
137138

138139
::
139140

140141
$ conda create --name figure_export python=3.12
141142
$ conda activate figure_export
142-
$ pip install "omero-figure[export]"
143+
$ pip install --pre "omero-figure[export]"
143144

144145
To export the figure as PDF or TIFF, run the script with the path to the figure JSON and the output file path as arguments:
145146
Use the ``.pdf`` extension for PDF export and ``.tiff`` for TIFF export. This example exports the

0 commit comments

Comments
 (0)