From 2ca48a905fde4e0bfc13aded2844091f4732f146 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 5 Nov 2023 04:12:45 +0900 Subject: [PATCH] Update README.md enviroment -> environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a16803..d03b5ae3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Additional notebooks in [notebooks](notebooks) demonstrate other aspects of the PySCF on IPU requires Python 3.8, [JAX IPU experimental](https://github.com/graphcore-research/jax-experimental), [TessellateIPU library](https://github.com/graphcore-research/tessellate-ipu) and [Graphcore Poplar SDK 3.2](https://www.graphcore.ai/downloads). -We recommend upgrading `pip` to the latest stable release to prepare your enviroment. +We recommend upgrading `pip` to the latest stable release to prepare your environment. ```bash pip install -U pip ```