Skip to content

Commit

Permalink
fix README (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanaiYuma-aist authored Jul 30, 2022
1 parent 72eed63 commit 5b8b113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b8b113

Please sign in to comment.