Hanrui / progress /SpecForge /docs /get_started /installation.md
Lekr0's picture
Add files using upload-large-folder tool
29658b2 verified

πŸš€ 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