Skip to content

Installation

mauricelambert edited this page Jul 23, 2021 · 15 revisions

Installation

Requirements

This package require:

  • python3
  • python3 Standard Library

Optional on Windows:

  • pywin32 (to centralize logs in Event Viewer)

Linux

python3 -m pip install WebScripts

Upgrade:

python3 -m pip install --upgrade WebScripts

Windows

python -m pip install WebScripts

Upgrade:

python -m pip install --upgrade WebScripts

Optional

To centralize logs in Event Viewer.

python -m pip install pywin32

Logs directory

Create a directory named logs to launch the WebScripts Server.

mkdir logs

License

Licensed under the GPL, version 3.

Clone this wiki locally