# 🚀 Get Started ## 📦 Installation To install this project, you can simply run the following command. - **Install from source (recommended)** ```bash # git clone the source code git clone https://github.com/sgl-project/SpecForge.git cd SpecForge # create a new virtual environment uv venv -p 3.11 source .venv/bin/activate # install specforge uv pip install -v . --prerelease=allow ``` - **Install from PyPI** ```bash pip install specforge ```