Hanrui / SpecForge /docs /get_started /installation.md
Lekr0's picture
Add files using upload-large-folder tool
7a60a87 verified
# 🚀 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
```