Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install nestpy-test2 via python pip




nestpy-test2 - Python bindings for the NEST noble element simulations, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX :: Linux
- Programming Language :: C++
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Scientific/Engineering :: Physics

When you know about this project and you want to new install nestpy-test2 to support your project or you get trouble as ModuleNotFoundError: No module named "nestpy-test2" or ImportError: cannot import name "nestpy-test2" in your project, let follow this tutorial to install nestpy-test2



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_nestpy-test2_env

- Active the virtual environment

test_nestpy-test2_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_nestpy-test2_env

- Active the virtual environment

source test_nestpy-test2_env/bin/active


Step 2: OK, now, let flow below content to start the installation nestpy-test2

To install nestpy-test2 on Windows(CMD):

py -m pip install nestpy-test2

To install nestpy-test2 on Unix/macOs:

pip install nestpy-test2


Step 3: If you want to install a specific nestpy-test2 version, add ==<nestpy-test2 version> to the end command line

Example:

pip install nestpy-test2==1.5.2


Please see the version list below table:

VersionReleased dateCommand
nestpy-test2 1.5.182022-04-15T09:55:44Windows:

py -m pip install nestpy-test2==1.5.18

Unix/macOs:

pip install nestpy-test2==1.5.18

nestpy-test2 1.5.172022-04-15T09:44:57Windows:

py -m pip install nestpy-test2==1.5.17

Unix/macOs:

pip install nestpy-test2==1.5.17

nestpy-test2 1.5.162022-04-15T09:36:15Windows:

py -m pip install nestpy-test2==1.5.16

Unix/macOs:

pip install nestpy-test2==1.5.16

nestpy-test2 1.5.152022-04-15T09:17:35Windows:

py -m pip install nestpy-test2==1.5.15

Unix/macOs:

pip install nestpy-test2==1.5.15

nestpy-test2 1.5.142022-04-15T09:00:45Windows:

py -m pip install nestpy-test2==1.5.14

Unix/macOs:

pip install nestpy-test2==1.5.14

nestpy-test2 1.5.122022-04-15T08:25:17Windows:

py -m pip install nestpy-test2==1.5.12

Unix/macOs:

pip install nestpy-test2==1.5.12

nestpy-test2 1.5.112022-04-15T08:21:58Windows:

py -m pip install nestpy-test2==1.5.11

Unix/macOs:

pip install nestpy-test2==1.5.11

nestpy-test2 1.5.102022-04-15T08:12:18Windows:

py -m pip install nestpy-test2==1.5.10

Unix/macOs:

pip install nestpy-test2==1.5.10

nestpy-test2 1.5.92022-04-15T07:42:46Windows:

py -m pip install nestpy-test2==1.5.9

Unix/macOs:

pip install nestpy-test2==1.5.9

nestpy-test2 1.5.72022-04-15T07:18:55Windows:

py -m pip install nestpy-test2==1.5.7

Unix/macOs:

pip install nestpy-test2==1.5.7

nestpy-test2 1.5.62022-04-15T06:45:02Windows:

py -m pip install nestpy-test2==1.5.6

Unix/macOs:

pip install nestpy-test2==1.5.6

nestpy-test2 1.5.42022-04-15T05:48:56Windows:

py -m pip install nestpy-test2==1.5.4

Unix/macOs:

pip install nestpy-test2==1.5.4

nestpy-test2 1.5.32022-04-14T17:34:54Windows:

py -m pip install nestpy-test2==1.5.3

Unix/macOs:

pip install nestpy-test2==1.5.3

nestpy-test2 1.5.22022-04-14T17:02:44Windows:

py -m pip install nestpy-test2==1.5.2

Unix/macOs:

pip install nestpy-test2==1.5.2


Step 4: Otherwise, you can install nestpy-test2 from local archives:

Download the distribution file from nestpy_test2-1.5.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl or the specific nestpy-test2 version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_nestpy-test2_downloaded_file>

On Unix/macOs:

pip install <path_to_nestpy-test2_downloaded_file>


List distribution:

- nestpy_test2-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.2-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.3-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.3-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.4-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.4-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.4-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.4-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.4-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.4-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.4-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.4-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.4-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.4-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.6-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.6-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.6-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.6-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.6-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.6-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.6-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.6-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.6-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.6-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.7-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.7-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.7-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.7-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.7-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.7-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.7-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.7-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.7-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.7-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.9-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.9-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.9-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.9-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.9-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.9-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.9-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.9-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.9-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.9-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.10-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.10-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.10-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.10-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.10-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.10-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.10-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.10-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.10-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.10-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.11-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.11-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.11-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.11-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.11-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.11-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.11-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.11-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.11-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.11-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.12-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.12-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.12-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.12-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.12-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.12-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.12-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.12-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.12-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.12-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.12-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.14-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.14-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.14-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.14-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.14-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.14-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.14-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.14-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.14-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.14-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.14-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.14-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.15-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.15-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.15-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.15-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.15-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.15-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.15-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.15-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.15-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.15-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.16-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.16-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.16-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.16-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.16-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.16-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.16-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.16-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.16-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.16-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.16-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.17-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.17-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.17-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.17-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.17-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.17-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.17-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.17-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.17-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.17-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.17-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.17-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.18-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.18-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.18-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.18-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.18-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.18-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.18-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.18-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.18-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy_test2-1.5.18-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy_test2-1.5.18-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy_test2-1.5.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl


Project link:

- NEST collaboration
- NEST library
- nestpy source