Skip to content

Commit c6b1f65

Browse files
authored
Update README to use -c conda-forge
see #379 (comment)
1 parent 1ca2f87 commit c6b1f65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ to install it first, see `miniconda`_ for more details.
3333

3434
To install ``omero-py`` using conda (preferred)::
3535

36-
conda create -n myenv -c ome python=3.8 zeroc-ice36-python
36+
conda create -n myenv -c conda-forge python=3.8 omero-py
3737
conda activate myenv
38-
conda install -c conda-forge omero-py
3938

4039
Alternatively install ``omero-py`` using venv::
4140

0 commit comments

Comments
 (0)