summaryrefslogtreecommitdiffstats
path: root/README.md
blob: e8b8416baed190a107130a04d89d54cbe0c15024 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# LibrePlanet schedule generator

## dependencies

- nose
- markdown

## on GNU/Linux

Install `virtualenv` and python dev. package.

On a Debian based distribution, do:

    # aptitude install virtualenv python-dev

## set up environment

    $ git clone git://notabug.org/rsd/lpschedule-generator.git

Setup virtual environment:

    $ cd lpschedule-generator
    $ virtualenv .

Activate the virtual environment:

    $ source bin/activate

Install `lpschedule-generator`:

    $ python setup.py install

This will install all the dependencies.