Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yvantor committed Feb 21, 2025
1 parent 6887ea7 commit 1fc79d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ The RedMulE Golden Model is intended to generate Floating-Point (FP) input and r
The golden model makes use of Python3.6 virtual environment, Numpy and Pytorch. These modules have
to be installed if they are not already present. To simplify this procedure, the `golden-model` folder
contains a `setup-py.sh` that can be sourced to install all these modules, and to export the
required environment variables. Thus, the first step is to move into the `golden-model` folder and run:
required environment variables. Thus, the first step is to install such python packages by running:
```bash
source golden-model/setup-py.sh
cd golden-model
source setup-py.sh
cd ..
```

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

0 comments on commit 1fc79d5

Please sign in to comment.