Installation
- (Optional) Create a new environment
conda create -n linc-convert python=3.11 - (Optional) Activate the environment
conda activate linc-convert - Install the
linc-convertpackage in your environmentIf you don't want to install all dependencies, you can install the dependencies for your specific use case. Replacepip install "linc-convert[all] @ git+https://github.com/lincbrain/linc-convert.git@main"allin the above command with:dffor dark-field microscopylsmfor light-sheet microscopypsoctfor polarization-sensitive optical coherence tomographywkfor Webknossos annotationstsfor the TensorStore backend
- Run the command-line interface to ensure that installation was successful
linc-convert --help