Changes between Version 69 and Version 70 of WikiStart


Ignore:
Timestamp:
02/10/22 15:33:43 (2 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v69 v70  
    7474}}}
    7575
    76 You can now run the junit tests.
     76You can now run the junit tests and debug your party.
    7777
    7878You may have to take different or additional steps if you use an IDE like eclipse with pydev, or pycharm.
    7979
    80 A party is compiled with python. Compile with {{{python3 setup.py sdist}}}. This gives you a  you get a {{{dist/yourparty-X.Y.Z.tar.gz}}} that can be copied into the pypartiesserver for deployment.
     80=== Compilation
     81If you want to deploy your party on your [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPythonPartiesServer PythonPartiesServer] you need to compile your party. Compile with {{{python3 setup.py sdist}}}. This gives you a  you get a {{{dist/yourparty-X.Y.Z.tar.gz}}} that can be copied into the pypartiesserver for deployment.
     82
     83Make sure that you update the setup.py to do this: the name, packages, install_requires etc all may have to be updated, depending on what you changed in your project. Also notice that compilation takes all dependencies from the setup.py. It ignores your requirements.txt file.
    8184
    8285The basic structure of a party that supports the SAOP behaviour looks like this