Installing the labscript suite

We’re excited to announce that accompanying the recent migration of the codebase from BitBucket to GitHub, labscript suite components are now distributed as Python packages on PyPI and Anaconda Cloud.

This makes it far easier to get started using the labscript suite, as you no longer require a Mercurial or Git installation (or any knowledge of version control software); components can be installed and upgraded using:

  • pip: the standard package manager common to all Python distributions; or

  • conda: a binary package and environment manager, part of the Anaconda Python distribution.