This is the C package. You probably want openslide-python
:
https://anaconda.org/conda-forge/openslide-python
For example:
using CondaPkg
using PythonCall
pkg> conda add openslide-python
ops = pyimport("openslide")
This is the C package. You probably want openslide-python
:
https://anaconda.org/conda-forge/openslide-python
For example:
using CondaPkg
using PythonCall
pkg> conda add openslide-python
ops = pyimport("openslide")