Python

PyPI contains packages of NEST Desktop. We recommend to install both packages.

Install with pip

  1. Install NEST Desktop

    NEST Desktop is available on PyPI and can be installed with the pip command:

    pip3 install nest-desktop [--user] [--upgrade]
    

    See also

    For more information, please read the complete installing guide here.

  2. Install backends. For more information, please read the installing guide here.

The installation is now complete!

Start

  1. Start backends. For more information, please read the start guide here.

  2. Start NEST Desktop (in another terminal session):

    nest-desktop start
    

Now NEST Desktop is started. You can use NEST Desktop in the web browser at http://localhost:54286.

See also

For more information read the full documentation of the command API here.

Next steps