aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-15 21:38:23 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 01:16:46 +0800
commitf0840221100d8649fe84053c5f496da6cdd67fdb (patch)
treea663b90645031d26ea5d327ac6ce4af3705f915e
parent64e04143fec40f11cc573140d53bd96765426465 (diff)
downloadchandra-acis-analysis-f0840221100d8649fe84053c5f496da6cdd67fdb.tar.bz2
README.md: Add runtime dependencies
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf5d3f1..386b664 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,13 @@ Installation
Then place the built binary to where can be searched by shell
(e.g., ``~/bin``, and add ``~/bin`` to ``$PATH``).
+4. Install the following runtime dependencies:
+
+ * Python (>=3.5)
+ * [ruamel.yaml](https://bitbucket.org/ruamel/yaml)
+ * [numpy](http://numpy.org/)
+ * [scipy](https://scipy.org/)
+
Settings
--------