Installation#

Prerequisites#

MongoDB#

You must have access to at least one MongoDB database (locally or remotely).

To install MongoDB locally, refer to MongoDB website.

RabbitMQ#

You must have RabbitMQ installed on your machine. To install RabbitMQ, refer to Rabbitmq website.

Install via pip#

Note

Coming soon.

Install from source code#

git clone https://github.com/CederGroupHub/alabos
cd alab_management
pip install -e .

What’s next#

Next, we will show you a tutorial on how to setup the package for an autonomous lab.