We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MicroDrop can be installed using any of the methods below.
Download installer for latest MicroDrop release.
This installer is a customized distribution of the popular Miniconda Python.
Miniconda
anaconda
Run:
conda install -c wheeler-microfluidics "microdrop>=2.0,<3.0" microdrop-launcher dmf-device-ui
Note the -c wheeler-microfluidics flag allows installing conda packages from the wheeler-microfluidics channel.
-c wheeler-microfluidics
wheeler-microfluidics
conda
conda create -n microdrop -c wheeler-microfluidics "microdrop>=2.0,<3.0" microdrop-launcher dmf-device-ui
To activate the MicroDrop conda environment, run:
activate microdrop
To deactivate the MicroDrop conda environment, run:
deactivate
See "Managing environments" section of Conda documentation for more information.