Installation

Pip install

Issue:

pip install -U bindsnet

Installing from source

On *nix systems, issue one of the following in a shell:

git clone https://github.com/Hananel-Hazan/bindsnet.git  # HTTPS
git clone git@github.com:Hananel-Hazan/bindsnet.git  # SSH

Change directory into bindsnet and issue one of the following:

pip install . # Typical install
pip install -e .  # Editable mode (package code can be edited without reinstall)

This will install bindsnet and all its dependencies.

Running the tests

If BindsNET is installed from source, install pytest and issue the following from BindsNET’s installation directory:

python -m pytest test