Skip to content

Commit

Permalink
Update README to use -c conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore authored Feb 13, 2024
1 parent 1ca2f87 commit c6b1f65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ to install it first, see `miniconda`_ for more details.

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

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

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

Expand Down

0 comments on commit c6b1f65

Please sign in to comment.