From 8ae195cd31725fcec8593bbfbee2b27fd53a6407 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 16 Jan 2023 10:44:06 +0000 Subject: [PATCH 1/3] user 3.8 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aecd4a778..f587b33ab 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Alternatively install ``omero-py`` using venv:: . myenv/bin/activate pip install omero-py -You may need to replace ``python3.6`` with ``python`` or ``python3`` depending on your Python distribution. +You may need to replace ``python3.8`` with ``python`` or ``python3`` depending on your Python distribution. Setting of the environment variable ``OMERODIR`` is required for some functionality. From 1a23f1a864ed1ed1f92164e933d9d2c84ffa2ae2 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 16 Jan 2023 10:44:41 +0000 Subject: [PATCH 2/3] user current conda channel --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f587b33ab..76b4c5af4 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ To install using venv:: To install ``omero-py`` using conda (preferred):: - conda create -n myenv -c ome python=3.8 zeroc-ice36-python + conda create -n myenv -c conda-forge python=3.8 zeroc-ice conda activate myenv git clone https://github.com/ome/omero-py cd omero-py From 1475a8481a1c4ee835a9c6794dd8181259220832 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 16 Jan 2023 10:45:09 +0000 Subject: [PATCH 3/3] update year in copyright --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 76b4c5af4..23f146ec0 100644 --- a/README.rst +++ b/README.rst @@ -156,7 +156,7 @@ OMERO.py is released under the GPL v2. Copyright --------- -2009-2022, The Open Microscopy Environment, Glencoe Software, Inc. +2009-2023, The Open Microscopy Environment, Glencoe Software, Inc. .. _ZeroC IcePy 3.6: https://zeroc.com/downloads/ice/3.6 .. _OMERO.py: https://docs.openmicroscopy.org/omero/5.6/developers/Python.html