Skip to content

Commit 88c47b9

Browse files
authored
Merge pull request #3364 from babsey/nest-server-reqs
Add packages for nest-server-mpi
2 parents c201d67 + ac9c905 commit 88c47b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

requirements_nest_server.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
# https://www.nest-simulator.org/installation.
88
#
99
# The listed requirements are used to build the mamba environment defined
10-
# in the environment yaml file. If you want to build an environment
10+
# in the environment yaml file. If you want to run nest-server with mpi, please
11+
# uncomment to install required packages. If you want to build an environment
1112
# yourself, e.g., independent of mamba, the requirements from this file
1213
# can be installed by
1314
#
@@ -18,3 +19,7 @@ flask-cors
1819
gunicorn
1920
requests
2021
RestrictedPython
22+
23+
# Uncomment next lines of packages for mpi:
24+
# docopt
25+
# mpi4py

0 commit comments

Comments
 (0)