From 788428ebf98a3a2bcb48e6df109a763c770983e8 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 29 May 2024 09:00:54 -0400 Subject: [PATCH] more corrections --- tools/i-pi/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/i-pi/README.md b/tools/i-pi/README.md index 95c7d7a212..d750bb6138 100644 --- a/tools/i-pi/README.md +++ b/tools/i-pi/README.md @@ -1,8 +1,8 @@ This folder used to contain a bundled version of [i-PI](https://ipi-code.org) -but the bundled version was removed in 05/2024. +but the bundled version was removed in 06/2024. i-PI is available via PyPi using the pip package manager at: -https://pypi.org/project/i-PI/ +https://pypi.org/project/ipi/ Here are the commands to set up a virtual environment and install i-PI into it with all its dependencies. @@ -11,7 +11,7 @@ install i-PI into it with all its dependencies. python -m venv ipienv source ipienv/bin/activate pip install --upgrade pip -pip install i-PI +pip install ipi ``` For further information and other methods of installing i-PI,