From ae15bf910629378d9d5a101cf4ef9f9ad77174e5 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 20 Dec 2015 00:04:57 -0500 Subject: README.md -> README.rst --- README.md | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index cf832f9..0000000 --- a/README.md +++ /dev/null @@ -1,44 +0,0 @@ -# LibrePlanet schedule generator - -## Get it - - $ git clone https://notabug.org/rsd/lpschedule-generator.git - -## Setup virtual environment - -Install `virtualenv` and `python-dev` package. - -On a Debian based distribution, do: - - # aptitude install virtualenv python-dev - - $ cd path/to/lpschedule-generator - $ virtualenv . - -## Activate virtual environment - - $ cd path/to/lpschedule-generator - $ source bin/activate - -Heads up! Always activate the virtual environment before executing any -of the commands in the following sections. - -## Install script - - $ python setup.py install - -This will install the script. - -## Upgrade script - - $ git pull origin master - $ python setup.py install - -## Usage - - $ lps_gen YEAR path/to/lp-schd.md > path/to/program-schedule.html - -Replace `YEAR` with LP year; for example, for generating LP 2016 -schedule, the command will be: - - $ lps_gen 2016 path/to/lp-schd.md > path/to/program-schedule.html -- cgit v1.2.3