diff --git a/docs/setup/server/index.md b/docs/setup/server/index.md index 44a9019..e0868ed 100644 --- a/docs/setup/server/index.md +++ b/docs/setup/server/index.md @@ -14,8 +14,8 @@ We do not recommend using Windows to run {{ project.name }}. ## Dependencies - [Git](https://git-scm.com/) -- [NodeJS](https://nodejs.org). Version 16+ (for `npm`, `node` commands) -- [Python](https://www.python.org/). Version 3+. Make sure this is executable via `python` in your terminal. +- [NodeJS](https://nodejs.org). Version 18+ (for `npm`, `node` commands) +- [Python](https://www.python.org/). Version 3.10 or later. Make sure this is executable via `python` in your terminal. (See: `python-is-python3` package) - On Linux: `gcc`/`g++`. Packaged with `build-essential` on Debian/Ubuntu and `base-devel` on Arch. - On Windows: [Visual Studio](https://visualstudio.microsoft.com/) (**NOT** VSCode) with the `Desktop development with C++` package.