Skip to content

Commit cace212

Browse files
committed
docs: updated minimum versions of Node.js to v20 and Python to v3.9
1 parent 145cfa5 commit cace212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/installing-from-source.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Checking dependencies
3434
You need:
3535

3636
- `Git <https://git-scm.com/downloads>`_
37-
- `Python 3.7 to 3.9 <https://www.python.org/downloads/>`_, check with :code:`python3 -V` (required to build the core components)
37+
- `Python 3.9 <https://www.python.org/downloads/>`_, check with :code:`python3 -V` (required to build the core components)
3838
- `Poetry <https://python-poetry.org/docs/#installation>`_, check with :code:`poetry -V` (can be installed like this: :code:`python3 -m pip install poetry`)
39-
- `Node 12 or higher <https://www.npmjs.com/get-npm>`_, check with :code:`node -v` and :code:`npm -v` (required to build the web UI)
39+
- `Node.js 20 or higher <https://www.npmjs.com/get-npm>`_, check with :code:`node -v` and :code:`npm -v` (required to build the web UI)
4040
- `Rust nightly <https://doc.rust-lang.org/cargo/getting-started/installation.html>`_ (nightly can be installed using :code:`rustup update`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust)
4141

4242
**For Windows users:**

0 commit comments

Comments
 (0)