Skip to content

Commit 1fc79d5

Browse files
committed
Fix documentation
1 parent 6887ea7 commit 1fc79d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ The RedMulE Golden Model is intended to generate Floating-Point (FP) input and r
5757
The golden model makes use of Python3.6 virtual environment, Numpy and Pytorch. These modules have
5858
to be installed if they are not already present. To simplify this procedure, the `golden-model` folder
5959
contains a `setup-py.sh` that can be sourced to install all these modules, and to export the
60-
required environment variables. Thus, the first step is to move into the `golden-model` folder and run:
60+
required environment variables. Thus, the first step is to install such python packages by running:
6161
```bash
62-
source golden-model/setup-py.sh
62+
cd golden-model
63+
source setup-py.sh
64+
cd ..
6365
```
6466

6567
This will install a Python3.6 virtual environment under the `venv` folder.

0 commit comments

Comments
 (0)