Skip to content

Commit

Permalink
Add Prereq to install OpenSlide to README (#138)
Browse files Browse the repository at this point in the history
* add prereq to readme

* Weird micromamba behaviour due to version 2.0.0

---------

Co-authored-by: ktsitsi <kostas.t@tiledb.com>
  • Loading branch information
spencerseale and ktsitsi authored Sep 27, 2024
1 parent a9b9293 commit b0be051
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -27,8 +27,9 @@ jobs:
- uses: actions/checkout@v2

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
micromamba-version: 1.5.10-0
environment-name: test
cache-downloads: true
create-args: >-
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -25,6 +25,12 @@ Python package for:
- [TileDB Cloud](https://cloud.tiledb.com) includes a built-in, pyramidal multi-resolution viewer: log in to TileDB Cloud to see an example image preview [here](https://cloud.tiledb.com/biomedical-imaging/TileDB-Inc/dbb7dfcc-28b3-40e5-916f-6509a666d950/preview)
- Napari: https://github.com/TileDB-Inc/napari-tiledb-bioimg

## Installation Prerequisites

OpenSlide Python requires that OpenSlide be installed separately prior to its installation.

Prior to proceeding with the below installation instructions, please [install OpenSlide as recommended by the OpenSlide Python library](https://openslide.org/api/python/#:~:text=OpenSlide%20Python%20requires%20OpenSlide%2C%20which%20must%20be%20installed%20separately).

## Quick Installation

- From PyPI:

0 comments on commit b0be051

Please sign in to comment.