Installation for Mac OS 10.10.5ΒΆ

Here are some detailed instructions:

  1. Install Anaconda (Python 2.7 or 3.5)

  2. Install mpi4py:

    >> conda install -c mpi4py mpi4py
    
  1. Install spiking-circus by executing:

    >> conda install -c conda-forge -c spyking-circus spyking-circus
    
  2. If you prefer, you can use pip (this is equivalent to step 4):

    >> pip install spyking-circus
    
  3. [optional] Download CUDA through the link provided (only for GPU)

  4. [optional] If you want to enable CUDA, you must have a valid nvcc install and do:

    >> pip install https://github.com/yger/cudamat/archive/master.zip#egg=cudamat-0.3circus
    
  5. Add the following to $HOME/.bash_profile:

    "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH"
    "export PYTHONPATH=$HOME/anaconda/bin:$PYTHONPATH"
    
  6. Here you are! Now run the code, for example:

    >> spyking-circus pathtodata/data.dat -c 7 -g 0