improve wording
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
This folder used to contain a bundled version of [i-PI](https://ipi-code.org).
|
||||
However, the bundled version was not updated and thus had become outdated.
|
||||
This folder used to contain a bundled version of [i-PI](https://ipi-code.org)
|
||||
but the bundled version was removed in 05/2024.
|
||||
|
||||
i-PI is now 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/
|
||||
|
||||
Here are the commands to set up a virtual environment and install i-PI
|
||||
into it with all its dependencies.
|
||||
Here are the commands to set up a virtual environment and
|
||||
install i-PI into it with all its dependencies.
|
||||
|
||||
``` sh
|
||||
python -m venv ipienv
|
||||
@ -14,4 +14,5 @@ pip install --upgrade pip
|
||||
pip install i-PI
|
||||
```
|
||||
|
||||
For further information, please consult the [i-PI home page](https://ipi-code.org).
|
||||
For further information and other methods of installing i-PI,
|
||||
please consult the [i-PI home page](https://ipi-code.org).
|
||||
|
||||
Reference in New Issue
Block a user