Skip to content

Commit

Permalink
Merge pull request #455 from jburel/conda_channel_fix
Browse files Browse the repository at this point in the history
use ome channel to install Ice 3.6
  • Loading branch information
jburel authored Apr 11, 2023
2 parents a6139cb + 5b20806 commit b3a74ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ other options, please see `OMERO.py`_.

::

conda create -n myenv -c conda-forge python=3.8 zeroc-ice omero-py
conda create -n myenv -c ome python=3.8 zeroc-ice36-python
conda activate myenv
conda install -c conda-forge omero-py
pip install omero-web

Setting of the environment variable ``OMERODIR`` is required.
Expand Down

0 comments on commit b3a74ac

Please sign in to comment.