SciKits

Quick search

scikits.example

version 0.1

Scikits example package

Download: http://projects.scipy.org/scipy/scikits
Homepage: http://projects.scipy.org/scipy/scikits
PyPI: http://pypi.python.org/pypi/scikits.example
Source Repository: http://svn.scipy.org/svn/scikits/trunk/example
People: David Cournapeau

Description

Example package.

This is a do nothing package, to show how to organize a scikit.

Installation

PyPI

You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.example

Easy Install

Install the Easy Install tools. Afterwards you can install scikits.example from the terminal by executing:

sudo easy_install scikits.example

If you prefer to do a local installation, specify an installation prefix:

easy_install --prefix=${HOME} scikits.example
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages

Source code

You can get the latest sources from the repository using

svn checkout http://svn.scipy.org/svn/scikits/trunk/example

This package was discovered in svn.scipy.org.