More fixes to install docs

This commit is contained in:
Griatch 2025-11-12 13:45:02 +01:00
parent 8c7fefe09e
commit ea4a2f5c89

View file

@ -12,12 +12,12 @@ Any system that supports Python3.10+ should work.
- Windows (Win7, Win8, Win10, Win11) - Windows (Win7, Win8, Win10, Win11)
- Mac OSX (>10.5 recommended) - Mac OSX (>10.5 recommended)
- [Python](https://www.python.org) (3.10, 3.11 and 3.12 are tested. 3.12 is recommended) - [Python](https://www.python.org) (3.11, 3.12 and 3.13 are tested. 3.13 is recommended)
- [Twisted](https://twistedmatrix.com) (v23.10+) - [Twisted](https://twistedmatrix.com) (v24.11+)
- [ZopeInterface](https://www.zope.org/Products/ZopeInterface) (v3.0+) - usually included in Twisted packages - [ZopeInterface](https://www.zope.org/Products/ZopeInterface) (v3.0+) - usually included in Twisted packages
- Linux/Mac users may need the `gcc` and `python-dev` packages or equivalent. - Linux/Mac users may need the `gcc` and `python-dev` packages or equivalent.
- Windows users need [MS Visual C++](https://aka.ms/vs/16/release/vs_buildtools.exe) and *maybe* [pypiwin32](https://pypi.python.org/pypi/pypiwin32). - Windows users need [MS Visual C++](https://aka.ms/vs/16/release/vs_buildtools.exe) and *maybe* [pypiwin32](https://pypi.python.org/pypi/pypiwin32).
- [Django](https://www.djangoproject.com) (v4.2+), be warned that latest dev version is usually untested with Evennia. - [Django](https://www.djangoproject.com) (v5.2+), be warned that latest dev version is usually untested with Evennia.
- [GIT](https://git-scm.com/) - version control software used if you want to install the sources (but also useful to track your own code) - [GIT](https://git-scm.com/) - version control software used if you want to install the sources (but also useful to track your own code)
- Mac users can use the [git-osx-installer](https://code.google.com/p/git-osx-installer/) or the [MacPorts version](https://git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Mac). - Mac users can use the [git-osx-installer](https://code.google.com/p/git-osx-installer/) or the [MacPorts version](https://git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Mac).