aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-01-16 09:29:05 +0800
committerAaron LI <aly@aaronly.me>2018-01-16 09:29:05 +0800
commitbdca383c33ce19c156d9bf8ec76179d067eb778d (patch)
tree9c53c9583e9a0ae0b90b592dec1be958c5848b17 /README.rst
parent1200e50fd24451ed7b56d137a20106c18c0e0153 (diff)
downloadfg21sim-bdca383c33ce19c156d9bf8ec76179d067eb778d.tar.bz2
Improve README.rst a bit
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index b380dec..a8535fe 100644
--- a/README.rst
+++ b/README.rst
@@ -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