From bdca383c33ce19c156d9bf8ec76179d067eb778d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 16 Jan 2018 09:29:05 +0800 Subject: Improve README.rst a bit --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.2