Installation Guide#
This guide walks you through installing bfabric_web_apps, a Python-based library for integrating satellite applications with B-Fabric LIMS.
1. Dependencies#
Before installing bfabric_web_apps, ensure your system meets the following requirements:
Python (>= 3.8)
pip (latest version recommended)
To check if Python and pip are installed, run:
python --version
pip --version
If needed, install or update Python from python.org and upgrade pip using:
pip install --upgrade pip
2. Install bfabric_web_apps#
You can install bfabric_web_apps directly from PyPI using:
pip install bfabric_web_apps
Congratulations! You have successfully installed bfabric_web_apps. You’re now ready to set up and deploy your first application!
For more details on working with bfabric_web_apps, visit the Template Deployment Guide chapter.