diff options
author | Aaron LI <aly@aaronly.me> | 2019-02-28 12:49:08 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-02-28 12:49:08 +0800 |
commit | 5cc3dac5348522379193ce5446983d634130f638 (patch) | |
tree | c0ad7941d699802cc80fbafb1340aa0912b80e42 /README.rst | |
parent | 318adbcb4816094a2e0a2c473c169e923ff82bef (diff) | |
download | fg21sim-5cc3dac5348522379193ce5446983d634130f638.tar.bz2 |
README: Update and clean up a bit
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -22,14 +22,13 @@ Features + ``extragalactic/clusters``: Emission from extragalactic galaxy clusters (*Note:* only giant radio halos) - [**WARNING:** undergoing major changes] * All-sky simulation by utilizing HEALPix (*Note:* not all components are currently supported) * High-resolution simulation within sky patches -* Fine-grained control via a configuration file -* Well organized and commented +* Fine-grained control with various configuration options * Modular and extensible +* Clean code * Command line utilities @@ -71,15 +70,14 @@ Installation Development ----------- -To ease the development and tests, you may want to install this package -in the **editable state**:: +To ease the development, install this package in the **editable state**:: $ cd fg21sim/ $ pip3 install --user -r requirements.txt $ pip3 install --editable . In addition, setting the environment variable ``DEBUG_FG21SIM`` forces -this software running at the ``DEBUG`` logging level. +this software to run at the ``DEBUG`` logging level. Documentations |