mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
Superset Development with GitHub Codespaces
For complete documentation on using GitHub Codespaces with Apache Superset, please see:
Setting up a Development Environment - GitHub Codespaces
Pre-installed Development Environment
When you create a new Codespace from this repository, it automatically:
- Creates a Python virtual environment using
uv venv - Installs all development dependencies via
uv pip install -r requirements/development.txt - Sets up pre-commit hooks with
pre-commit install - Activates the virtual environment automatically in all terminals
The virtual environment is located at /workspaces/{repository-name}/.venv and is automatically activated through environment variables set in the devcontainer configuration.