Spaces:
Build error
Build error
File size: 360 Bytes
d06a828 |
1 2 3 4 5 6 7 8 9 10 |
git clone https://github.com/heartexlabs/label-studio.git
cd label-studio
# Install all package dependencies
pip install -e .
# Run database migrations
python label_studio/manage.py migrate
# Collect static files
python label_studio/manage.py collectstatic
# Start the server in development mode at http://localhost:8080
python label_studio/manage.py runserver |