diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-16 09:29:05 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-16 09:29:05 +0800 |
commit | bdca383c33ce19c156d9bf8ec76179d067eb778d (patch) | |
tree | 9c53c9583e9a0ae0b90b592dec1be958c5848b17 | |
parent | 1200e50fd24451ed7b56d137a20106c18c0e0153 (diff) | |
download | fg21sim-bdca383c33ce19c156d9bf8ec76179d067eb778d.tar.bz2 |
Improve README.rst a bit
-rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -29,7 +29,7 @@ Features Current supported point sources types: - - Star-forming galaxies + - Star-forming galaxies (i.e., normal galaxies) - Starburst galaxies - Radio-quiet AGNs - Fanaroff-Riley type I (FR-I) AGNs @@ -40,9 +40,9 @@ Features * High-resolution simulation within sky patches * Configuration file allowing fine-grained control * Well organized and detail comments -* Modular and extensible -* Handy command line tools, utilities, and modules -* Simple Web UI +* Modular and highly extensible +* Command line tools, utilities, and modules +* Simple web-based UI (*WARNING:* need significant updates!) @@ -76,11 +76,11 @@ Installation Check to make sure that this virtual environment is activated so that the default ``python3`` and ``pip3`` is pointed to the virtual environment. -4. Install this ``fg21sim`` package to the virtual environment:: +4. Install this software into the virtual environment:: $ python3 setup.py install -5. You are ready to use this package. Just have a look, e.g.:: +5. You are ready to use this software. Just have a look, e.g.:: $ fg21sim --help @@ -95,7 +95,7 @@ in the **editable state**:: $ pip3 install --editable . In addition, setting the environment variable ``DEBUG_FG21SIM`` forces -this package running with ``DEBUG`` logging level. +this software running at the ``DEBUG`` logging level. Documentations |