Installation Guide

This guide will walk you through the steps necessary to get the package up and running.

Quick Start

  1. Install the source code with pip:

    sudo pip install fit_neuron
  2. Download the data:

    sudo python -m fit_neuron.data.dl_neuron_data
  3. Check that that the output produced was similar to the following:

    Zip file not found at: /usr/local/lib/python2.7/dist-packages/fit_neuron-0.0.3-py2.7.egg/fit_neuron/data/DataTextFiles.zip
    Downloading: https://xp-dev.com/svn/neuro_fit/fit_neuron/data/DataTextFiles.zip
    Please be patient: this may take up to 20 minutes!
    Zip file successfully downloaded to: /usr/local/lib/python2.7/dist-packages/fit_neuron-0.0.3-py2.7.egg/fit_neuron/data/DataTextFiles.zip
    Unzipping data files for the first time...
    Done unzipping data files!
    Unzipped directory: /usr/local/lib/python2.7/dist-packages/fit_neuron-0.0.3-py2.7.egg/fit_neuron/data/DataTextFiles
  4. Run the tests:

    python -m fit_neuron.tests.test

Required Dependencies

Table Of Contents

Previous topic

Welcome to fit_neuron’s documentation!

Next topic

Developer Guide

This Page