Skip to content

Commit 83e8ec1

Browse files
committed
Update comments for requirements for NEST Server (+ MPI)
1 parent 4bba7fd commit 83e8ec1

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

requirements_nest_server.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Required Python packages to run NEST Server.
22
#
3-
# This file specifies the required Python packages to run NEST Server.
4-
# It is meant for those who would like to compile NEST or build NEST
5-
# documentation themselves. If you just want to execute NEST, you should
6-
# install NEST directly as described in
7-
# https://www.nest-simulator.org/installation.
3+
# This file specifies the required Python packages to run NEST Server. It is meant for those who would like to compile
4+
# NEST or build NEST documentation themselves. If you just want to execute NEST, you should install NEST directly as
5+
# described in https://www.nest-simulator.org/installation.
86
#
9-
# The listed requirements are used to build the conda environment defined
10-
# in the environment yaml file. If you want to build an environment
11-
# yourself, e.g., independent of conda, the requirements from this file
12-
# can be installed by
7+
# The listed requirements are used to build the conda environment defined in the environment yaml file. If you want to
8+
# run nest-server with mpi, please uncomment to install required packages. If you want to build an environment yourself,
9+
# e.g., independent of conda, the requirements from this file can be installed by
1310
#
1411
# pip install -r requirements_nest_server.txt
1512

@@ -19,6 +16,6 @@ gunicorn
1916
requests
2017
RestrictedPython
2118

22-
# Packages for mpi
19+
# Uncomment next lines of packages for mpi:
2320
# docopt
2421
# mpi4py

0 commit comments

Comments
 (0)