Skip to content

Commit b8c0e37

Browse files
committed
various doc updates
1 parent db83e94 commit b8c0e37

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/installation.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Download the [latest release](https://github.com/ARTFL-Project/PhiloLogic5/relea
6464

6565
```bash
6666
cd PhiloLogic5-*/ # or PhiloLogic5/ if you cloned via git
67-
sudo ./install.sh
67+
./install.sh
6868
```
6969

7070
### Installer Options
@@ -77,17 +77,15 @@ Example:
7777

7878
```bash
7979
# Install with transformer support
80-
sudo ./install.sh -t
80+
./install.sh -t
8181
```
8282

83-
The Python version is controlled by the `PYTHON_VERSION` variable at the top of `install.sh`.
84-
8583
### What the Installer Does
8684

8785
The installer:
8886

8987
1. Installs [uv](https://docs.astral.sh/uv/) (if not already present)
90-
2. Downloads the specified Python version via uv
88+
2. Downloads Python version via uv
9189
3. Creates a virtual environment at `/var/lib/philologic5/philologic_env/`
9290
4. Installs [nvm](https://github.com/nvm-sh/nvm) and Node.js 22 (for building the web app)
9391
5. Builds and installs the PhiloLogic Python package with all dependencies (numpy, numba, lmdb, spacy, etc.)

0 commit comments

Comments
 (0)