From 24e1167eccced604973747ae9e9086d35d5a8ff1 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 26 Aug 2024 20:42:25 -0400 Subject: [PATCH] docs: update ipi installation command (#4081) This was addressed in #3835 but the documentation for i-PI wasn't updated. ## 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. Signed-off-by: Jinzhe Zeng --- doc/install/install-ipi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-ipi.md b/doc/install/install-ipi.md index 3dd45d6749..97c13c8cb0 100644 --- a/doc/install/install-ipi.md +++ b/doc/install/install-ipi.md @@ -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: