Installation

This part of documentation will introduce how to install schedule manager.

You are able to install schedule manager using pip or from source code.

Using pip

Install schedule manager with following command:

$ pip install schedule-manager

If you do not have pip installed, install it this first.

From Source Code

It is able to get source code from GitHub.

Or you may clone the repository with git:

$ git clone git://github.com/e619003/ScheduleManager.git

Once you have downloaded the source code, you can install it using pip:

$ cd ScheduleManager
$ pip install .

Or install it with setup.py:

$ cd ScheduleManager
$ python setup.py install