summaryrefslogtreecommitdiffstats
path: root/README.md
blob: ff61a143b57b4fcc9ce242762e8024934e83e9d2 (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
# LibrePlanet schedule generator

## 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.