Metadata-Version: 2.1
Name: extra-cereb-nest
Version: 0.0.1
Summary: pip installable NEST extension module, generated by pipnest.
Home-page: https://github.com/Helveg/pipnest
Author: Alberto Antonietti
Author-email: alberto.antonietti@unipv.it
License: MIT
Description: # extra_cereb_nest
        
        pip installable NEST extension module, generated by pipnest.
        
        ## Installation instructions
        
        ### Using pip
        
        When installed through pip the module is built for you with CMake outside of the python
        package folder, this means that pip cannot track the real installation status. To
        uninstall and reinstall see [Uninstallation](Uninstallation).
        
        0. Install NEST following the instructions provided here (https://www.nest-simulator.org/)
        
        1. Install using pip
        
        ```
        pip install extra_cereb_nest --no-cache-dir
        ```
        
        3. Load the module after importing nest:
        
        ```
        import nest
        nest.Install("extracerebmodule")
        ```
        
        ## Uninstallation
        
        To uninstall this module use `pip uninstall extra_cereb_nest` and remove the
        `(lib)extracerebmodule.so` files from the `lib/nest/` directory in your nest installation.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
