Skip to content

Commit

Permalink
Merge pull request #397 from ome/joshmoore-patch-1
Browse files Browse the repository at this point in the history
Update README to use -c conda-forge
  • Loading branch information
jburel authored Feb 14, 2024
2 parents 1ca2f87 + c6b1f65 commit d676cac
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 d676cac

Please sign in to comment.