Changes between Version 78 and Version 79 of WikiStart


Ignore:
Timestamp:
03/20/23 16:22:50 (14 months ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v78 v79  
    2020{{{#!td style="background: #fee"
    2121We require a complete python installation, including pip and venv support.
    22 Some python installations do not include pip and venv support anymore. You may have
     22Some python installations do not include pip and venv support. You may have
    2323to install these separately.
    2424}}}
    2525
    26 To compile and test parties you need [https://www.python.org/downloads/ python (3.8 or 3.9)]. We recommend using an IDE for development and debugging, such as Eclipse with PyDev or PyCharm.
     26To compile and test parties you need [https://www.python.org/downloads/ python (3.8, 3.9 or 3.10)]. We recommend using an IDE for development and debugging, such as Eclipse with PyDev or PyCharm.
    2727
    2828If you want a GeniusWebPythonPartiesServer, please check the  [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#Installation GeniusWebServers installation instructions]
    2929
    3030== Security considerations
    31 GeniusWebPython assumes python parties are packaged using the standard tar.gz distribution format. This implies that the package is not fully self-contained: it requires dependent libraries to be installed separately, according to setup.py included in the package. This dependency on later installation steps poses an additional security risk compared to the fully self-contained java jar packaging.
     31GeniusWebPython assumes python parties are packaged using the standard tar.gz distribution format used by Python. This implies that the package is not fully self-contained: it requires dependent libraries to be installed separately, according to setup.py included in the package. This dependency on later installation steps poses an additional security risk compared to the fully self-contained java jar packaging.
    3232
    3333= Overview of the available core objects