Skip to content

Commit

Permalink
Merge pull request #76 from FSG-Cat/patch-1
Browse files Browse the repository at this point in the history
Change minimum node version to 18 and Change Python 3 from undefined to 3.10 or later.
  • Loading branch information
Puyodead1 authored Aug 10, 2023
2 parents cb693c9 + 0536175 commit bd05fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd05fd1

Please sign in to comment.