Installation#
bioimageloader
is a Python library. Make sure you have Python whose version is 3.8
or higher and pip installed. You can do so through
conda ,
through a package manager that your OS supports, or https://www.python.org/.
Open a terminal where you can execute pip
or git
and choose an option of your
choice.
Option 1#
Install bioimageloader
through https://pypi.org/
1pip install bioimageloader
Option 2#
or install it directly from source (need git installed)
1pip install "git+https://github.com/LaboratoryOpticsBiosciences/bioimageloader@main"
Option 3#
for dev environment, have a editable local copy
1git clone --recurse-submodules "https://github.com/LaboratoryOpticsBiosciences/bioimageloader"
2cd bioimageloader
3pip install --editable .[dev]