diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-15 21:38:23 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 01:16:46 +0800 |
commit | f0840221100d8649fe84053c5f496da6cdd67fdb (patch) | |
tree | a663b90645031d26ea5d327ac6ce4af3705f915e /README.md | |
parent | 64e04143fec40f11cc573140d53bd96765426465 (diff) | |
download | chandra-acis-analysis-f0840221100d8649fe84053c5f496da6cdd67fdb.tar.bz2 |
README.md: Add runtime dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 -------- |