InstallationΒΆ

PyNWJS requires an installation both on the Python side and on the JavaScript side.

  • Python

    Install for current user as:

    pip install --user pynwjs
    
  • JavaScript

    Install for current user as:

    cd ~
    npm install pynwjs
    

In addition, you will need the nwjs binaries to run any app developed with PyNWJS.

For the tutorials and local development, it is recommended to download the SDK version from the official website: NWJS Download