From bd9ac10f302fbf735c7adc120fefeb578fa01906 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 8 Nov 2018 17:07:27 +0800 Subject: README: Clean up and improve the installation --- README.rst | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index dc341a3..fb8f962 100644 --- a/README.rst +++ b/README.rst @@ -32,26 +32,22 @@ Features * Command line tools, utilities, and resuable modules -Requirements +Installation ------------ -* Linux operating system (other UNIX-like systems not tested) -* `Python `_ -* `CFITSIO `_ -* `HEALPix `_: - only the C++ library required by `healpy `_. -* `LLVM `_: - (required by `llvmlite `_ which is a - dependency of `Numba `_) +1. Install the required software and libraries: + * `CFITSIO `_ + * `HEALPix `_: + only the C++ library required by + `healpy `_. + * `LLVM `_: + (required by `llvmlite `_ that is + further required by `Numba `_) -Installation ------------- -1. Clone this repository:: +2. Clone this repository:: $ git clone https://github.com/liweitianux/fg21sim -2. Install the above required software and libraries. - 3. Install the required third-party Python packages. And it is recommended to use the `virtual environment`_:: -- cgit v1.2.2