summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..674d1ed2
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+INSTALL
+=======
+
+To install cliapp from source with pip you can run,
+
+$ pip install .
+
+cliapp also uses the 'meliae' python memory usage analyzer
+which can be obtained from https://launchpad.net/meliae.
+meliae is also packaged in debian as 'python-meliae'.