Fix Makefile to use uv, add Rust setup instructions

- Replace pip with uv pip in Makefile.desktop and bundle script
- Add First-Time Setup section to DESKTOP.md with Rust installation
- Update requirements to mention uv package manager

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-15 13:42:00 -05:00
parent 79dfd14400
commit ec35fc4db0
3 changed files with 22 additions and 10 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ mkdir -p "$OUTPUT_DIR"
# Install desktop dependencies (without weasyprint)
echo ""
echo "=== Installing desktop dependencies ==="
pip install pyinstaller
pip install "fastapi[standard]>=0.115.12" "ged4py>=0.5.2" "mistune>=3.0.2" "parse>=1.20.2" "python-gedcom>=1.0.0"
uv pip install pyinstaller
uv pip install "fastapi[standard]>=0.115.12" "ged4py>=0.5.2" "mistune>=3.0.2" "parse>=1.20.2" "python-gedcom>=1.0.0"
# Create PyInstaller spec file
echo ""