Skip to content

Commit

Permalink
docs: update ipi installation command (#4081)
Browse files Browse the repository at this point in the history
This was addressed in #3835 but the documentation for i-PI wasn't
updated.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated the installation command for i-PI software to standardize
package naming.
- **Documentation**
	- Revised installation instructions to reflect the new package name.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Aug 27, 2024
1 parent eca75c3 commit 24e1167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install/install-ipi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The i-PI works in a client-server model. The i-PI provides the server for integr
To use i-PI with already existing drivers, install and update using Pip:

```bash
pip install -U i-PI
pip install -U ipi
```

Test with Pytest:
Expand Down

0 comments on commit 24e1167

Please sign in to comment.