How to install HumanSignal/label-studio. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
HumanSignal/label-studio Installation Guide
How to install HumanSignal/label-studio. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HumanSignal/label-studio. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HumanSignal/label-studioor
Install via npx
npx @hexmos/ipm i HumanSignal/label-studioPrerequisites
Python
languageVersion: >=3.8.0
Docker
system_toolFor containerization and deployment.
PostgreSQL
system_packageNginx
system_toolFor serving static data and web requests.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Pip Installation
pip install label-studioPoetry Installation and Setup
poetry add label-studio
poetry install
python label_studio/manage.py migrate
python label_studio/manage.py collectstaticConda Installation and Setup
conda create --name label-studio
conda activate label-studioBuild Testing Image
make build-testing-image
make docker-testing-shellRun Server
python label_studio/manage.py runserverPost Installation Steps
- Start the server: `python manage.py runserver`
- Migrate database: `python manage.py makemigrations && python manage.py migrate`
