InstallationΒΆ

You can install spiketimes by opening a terminal or command prompt and typing the following (you will need git and Python <https://www.python.org/> installed).

$ git clone https://github.com/Ruairi-osul/spiketimes.git
$ cd spiketimes && pip install .

You can test the installation by running the following:

$ python
>>> import spiketimes
>>>

If the module imports without any errors, installation was successful.