Skip to content

Commit cf3c23a

Browse files
authored
Merge pull request #533 from jburel/update_readme
use conda-forge channel
2 parents 4702858 + 9a13dce commit cf3c23a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ other options, please see `OMERO.py`_.
3434

3535
::
3636

37-
conda create -n myenv -c ome python=3.8 zeroc-ice36-python
37+
conda create -n myenv python=3.9 conda-forge::zeroc-ice==3.6.5 omero-py
3838
conda activate myenv
39-
conda install -c conda-forge omero-py
4039
pip install omero-web
4140

4241
Setting of the environment variable ``OMERODIR`` is required.
@@ -48,7 +47,7 @@ Setting of the environment variable ``OMERODIR`` is required.
4847
Usage
4948
-----
5049

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

5453
Contributing

0 commit comments

Comments
 (0)