Changes between Version 59 and Version 60 of WikiStart
- Timestamp:
- 12/13/21 11:08:52 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v59 v60 208 208 209 209 = Stand-alone running 210 Stand-alone running works similar as in java.210 Stand-alone running works similar as the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#Stand-aloneRunning java stand-alone runner]. . 211 211 * Ensure you pip-installed the geniuswebcore (2.0.1 or higher) 212 212 * The parties you want to run must be python-based (using GeniusWebPython, not GeniusWeb) and in your pythonpath. Typically by adding them to your PYTHONPATH environment variable. … … 218 218 * Extract the data from the line {{{INFO:protocol ended..:}}}. It's a json structure with the final state of the session. 219 219 220 This is identical to how it works with the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#Stand-aloneRunning java stand-alone runner]. 220 221 221 222 222