You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd PhiloLogic5-*/ # or PhiloLogic5/ if you cloned via git
68
67
sudo ./install.sh
69
68
```
70
69
71
70
### Installer Options
72
71
73
72
| Flag | Description |
74
73
|------|-------------|
75
-
|`-p VERSION`| Python version to use (default: `3.12`) |
76
74
|`-t`| Install transformer support (includes spacy-transformers with CUDA) |
77
75
78
-
Examples:
76
+
Example:
79
77
80
78
```bash
81
-
# Use Python 3.13
82
-
sudo ./install.sh -p 3.13
83
-
84
79
# Install with transformer support
85
80
sudo ./install.sh -t
86
81
```
87
82
83
+
The Python version is controlled by the `PYTHON_VERSION` variable at the top of `install.sh`.
84
+
88
85
### What the Installer Does
89
86
90
87
The installer:
@@ -271,11 +268,10 @@ The installer preserves any customizations to `gunicorn.conf.py` across reinstal
271
268
272
269
## Upgrading
273
270
274
-
To upgrade an existing installation, pull the latest code and rerun the installer:
271
+
To upgrade an existing installation, download the [latest release](https://github.com/ARTFL-Project/PhiloLogic5/releases/latest) and rerun the installer:
0 commit comments