mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Updated installation instructions for all skills to always use uv pip install
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user