Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Installation
==========================

PyUNIxMD is a Python based program with a little C code for time-consuming
electronic propagation parts interfaced via Cython, therefore compilation is needed.
As PyUNIxMD is a Python based program with a little bit of C code interfaced via Cython to aid time-consuming
electronic propagation calculations, compilation is needed.

Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -14,7 +14,7 @@ Requirements

- Cython https://cython.org

If you don't have Numpy or Cython, you can install them using :code:`pip` command.
If you don't have Numpy or Cython, you can install those using :code:`pip` command.

.. code-block:: bash

Expand All @@ -23,7 +23,7 @@ If you don't have Numpy or Cython, you can install them using :code:`pip` comman
Compilation
^^^^^^^^^^^^^^^^^^^^^^^^^^

You can obtain PyUNIxMD code by putting following command.
You can obtain PyUNIxMD code by executing the following command.

.. code-block:: bash

Expand Down