Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon authored Apr 12, 2021
1 parent 0bf5944 commit 33107a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Calculate high temperature thermal elasticity in Python.

## Installation

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

### Install from PYPI (Python package index)

```shell
$ python3 -m pip install cij
```

### Manual install

At the command prompt, one should navigate to the directory that contains the
`setup.py` script and execute `pip install .`. Then, the package should be ready for use.
Expand Down

0 comments on commit 33107a2

Please sign in to comment.