Skip to content

Commit

Permalink
Updating installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed Apr 13, 2021
1 parent 9c28e79 commit 453225b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Calculate high temperature thermal elasticity in Python.

The package can be installed with `pip` package manager.

### Install from PYPI (Python package index)
### Install from PyPI (Python package index)

```shell
$ python3 -m pip install cij
Expand Down
9 changes: 9 additions & 0 deletions docs/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The ``qha-cij`` code is developed for Python 3 (3.6+), and it is recommened to
be installed with ``pip`` package manager to ensure its dependencies and
command-line aliases properly installed.

From PyPI (Python package index)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The code can be installed with the following command from PyPI

.. code-block:: bash
$ pip install cij
From Source
^^^^^^^^^^^

Expand Down

0 comments on commit 453225b

Please sign in to comment.