Skip to content

AhmetCanSolak/coPylot

 
 

coPylot

Code style: black

coPylot is a python app to control the lightsheet microscopes we build here at @czbiohub . Support for controling other microscopes planned to be added.

It can be started up by running copylot/gui/gui.py.

Installation

Using an environment manager is highly recommended. Instructions below using Anaconda but you can pick your favorite environment manager and do not forget to have pip.

Clone coPylot Repository

git clone https://github.com/czbiohub/coPylot.git

Create Conda Environment and Install coPylot

We currently have no release on pypi, so you can follow the steps below to install editable version of coPylot with help of pip:

conda create -n coPylot python=3.9
conda activate coPylot
pip install -e .

Documentation

coPylot documentation can be found here.

Contributing

All contributions are welcome here! Please take a look at our contributing guideline first.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%