Skip to content

Commit

Permalink
Update README.md for install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb committed Dec 26, 2023
1 parent 6ecb87e commit 2640884
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ pip install cp2kdata
```

## From source
One can download the source code of cp2kdata by
```bash
https://github.com/robinzyb/cp2kdata.git cp2kdata
```
then use `pip` to install the module from source

```bash
cd cp2kdata
pip install .
```

Expand Down

0 comments on commit 2640884

Please sign in to comment.