File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ other options, please see `OMERO.py`_.
34
34
35
35
::
36
36
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
38
38
conda activate myenv
39
- conda install -c conda-forge omero-py
40
39
pip install omero-web
41
40
42
41
Setting of the environment variable ``OMERODIR `` is required.
@@ -48,7 +47,7 @@ Setting of the environment variable ``OMERODIR`` is required.
48
47
Usage
49
48
-----
50
49
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.
52
51
To run in development mode, see below.
53
52
54
53
Contributing
You can’t perform that action at this time.
0 commit comments