summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2015-10-06 11:01:11 -0400
committerrsiddharth <rsd@gnu.org>2015-10-06 11:01:11 -0400
commite39c0ac8c4e687d48aae7d95089550a4b02fbb2d (patch)
treec9923e885ee33834419ff003268fea97b2d3e2ce /README.md
parentfe9021b3a24c1296193efe99c36de2fc2790bb32 (diff)
added README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e8b8416
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.