💬 Commit message: Update 2026-02-14 05:32:51, 3 files, 113 lines

📁 Files changed: 3
📝 Lines changed: 113

  • reinstall.md
  • pyproject.toml
  • reinstall.py
This commit is contained in:
Adam Ladachowski
2026-02-14 05:32:51 +01:00
parent 9abb06abf4
commit be7cf0b6e7
3 changed files with 112 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# Reinstall tensors
Bump version, reinstall locally and on junkpile.
Run the reinstall script:
```bash
python scripts/reinstall.py
```
This will:
1. Bump the patch version in pyproject.toml
2. Install locally with `uv pip install -e .`
3. Sync the project to junkpile via rsync
4. Install on junkpile with `pip install -e '.[server]'`