From 10c970e44c53b1abb95296697874d79f7a371b83 Mon Sep 17 00:00:00 2001 From: KanaiYuma Date: Fri, 29 Jul 2022 16:35:32 +0900 Subject: [PATCH] fix README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c82104..6de3fa76 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,13 @@ This tutorial describes how to run examples/sphere on ABCI. 1. First, setup python environment following [the ABCI Users Guide](https://docs.abci.ai/en/python/): ~~~bash + module load gcc/11.2.0 module load python/3.8/3.8.13 python3 -m venv work source work/bin/activate ~~~ -2. Prepare the workspace by following Steps 2 to 4 in [Running on a local computer](https://github.com/aistairc/aiaccel#Running-on-a-local-computer). +2. Prepare the workspace by following Steps 1 to 4 in [Running on a local computer](https://github.com/aistairc/aiaccel#Running-on-a-local-computer). 3. Please confirm the configuration file before running master. ```yaml