Setup

To setup Sidewalk on your system, please follow the Installation and Run sections below.

Installation

Install Sidewalk via pip:

$ pip install sidewalk

If pip is not available on your system, you can also install via easy_install:

$ easy_install sidewalk

If PyPi is down or you otherwise cannot use it, you can also install Sidewalk with pip using the GitHub-hosted tarball:

$ pip install -Iv https://github.com/blakerohde/sidewalk/tarball/master

To install without pip or PyPi, download the source tarball and run the following in the un-tarred directory:

$ python setup.py install

Run

Now that Sidewalk is installed on your system, you can verify the command-line utility is installed by executing the following:

$ sidewalk --help

Project Versions

Sidewalk allows you to easily trigger the execution of sets of Python methods from the command-line.

Useful Links

Table Of Contents

Previous topic

Introduction

Next topic

How to use Sidewalk