Skip to content

Commit

Permalink
Merge pull request #533 from jburel/update_readme
Browse files Browse the repository at this point in the history
use conda-forge channel
  • Loading branch information
knabar authored May 17, 2024
2 parents 4702858 + 9a13dce commit cf3c23a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ other options, please see `OMERO.py`_.

::

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

Setting of the environment variable ``OMERODIR`` is required.
Expand All @@ -48,7 +47,7 @@ Setting of the environment variable ``OMERODIR`` is required.
Usage
-----

For running omero-web in production with nginx, see See: `OMERO.web install`_ documentation.
For running omero-web in production with NGINX, see See: `OMERO.web install`_ documentation.
To run in development mode, see below.

Contributing
Expand Down

0 comments on commit cf3c23a

Please sign in to comment.