mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user