more corrections

This commit is contained in:
Axel Kohlmeyer
2024-05-29 09:00:54 -04:00
parent 10d09aca74
commit 788428ebf9

View File

@ -1,8 +1,8 @@
This folder used to contain a bundled version of [i-PI](https://ipi-code.org) 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: 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 Here are the commands to set up a virtual environment and
install i-PI into it with all its dependencies. 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 python -m venv ipienv
source ipienv/bin/activate source ipienv/bin/activate
pip install --upgrade pip pip install --upgrade pip
pip install i-PI pip install ipi
``` ```
For further information and other methods of installing i-PI, For further information and other methods of installing i-PI,