Updated installation instructions for all skills to always use uv pip install

This commit is contained in:
Timothy Kassis
2025-11-16 15:34:52 -08:00
parent d94f21c51f
commit 2fc3e6a88e
82 changed files with 179 additions and 290 deletions

View File

@@ -115,14 +115,8 @@ Covers permissions, filesets, cross-group queries, delete operations, and other
## Installation
Install the OMERO Python bindings using pip or conda:
```bash
# Using pip
pip install omero-py
# Using conda
conda install -c conda-forge omero-py
uv pip install omero-py
```
**Requirements:**
@@ -130,8 +124,6 @@ conda install -c conda-forge omero-py
- Zeroc Ice 3.6+
- Access to an OMERO server (host, port, credentials)
**Best practice:** Use a Python virtual environment (venv, conda, or mamba) to isolate dependencies.
## Quick Start
Basic connection pattern: