🚀 Get Started#
📦 Installation#
To install this project, you can simply run the following command.
Install from source (recommended)
# 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
pip install specforge