Skip to content

Commit

Permalink
Remove 5.19.5 pinning of omero-py
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Dec 10, 2024
1 parent 89bd2bc commit b7e7b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omero/users/cli/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ To install omero-py using pip in a conda environment with Python 3.11 on Ubuntu
conda create -n myenv python=3.11
conda activate myenv
pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp311-cp311-manylinux_2_28_x86_64.whl
pip install omero-py==5.19.5
pip install omero-py

Alternatively install ``omero-py`` using venv with Python 3.9 or higher::

python -m venv myenv
. myenv/bin/activate
pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp311-cp311-manylinux_2_28_x86_64.whl
pip install omero-py==5.19.5
pip install omero-py



Expand Down

0 comments on commit b7e7b2f

Please sign in to comment.