Skip to content

A collection of functions compatible with the Opentrons API

License

Notifications You must be signed in to change notification settings

CUMoellerLab/opentrons_functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opentrons_functions

A collection of functions compatible with the Opentrons API.

Installation

To install on your Unix-based machine, you can simply point pip to this git repository:

pip install git+https://github.com/tanaes/opentrons_functions.git

The easiest way to install this library is via the Jupyter Notebook server on your OT-2. Follow the instructions on the Opentrons site for connecting.

Then, use the Jupyter interface to launch a new terminal. On the right side of the screen, click the 'New' button, and select 'Terminal.' This will give you terminal access to the OT-2 Linux system.

jupyter new terminal interface screenshot

The OT-2 does not have git installed, so you must point pip to one of the release tarballs instead. For example:

pip install https://github.com/tanaes/opentrons_functions/archive/v0.1.0-pre
release.tar.gz

If this is successful, you should see a long dialogue of dependencies (most or all should already be installed):

pip installation screenshot

About

A collection of functions compatible with the Opentrons API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%