Skip to content

Commit d994ac6

Browse files
committed
Update reqs
1 parent 83e8ec1 commit d994ac6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

requirements_nest_server.txt

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

0 commit comments

Comments
 (0)