Browse Source

Updated the README.md

We were missing some important steps in setting up a
vanilla environment.
msmith-techempower 10 years ago
parent
commit
b93ecf2159
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -208,7 +208,9 @@ First, clone our repository.
 
 
 ```bash
 ```bash
 git clone https://github.com/TechEmpower/FrameworkBenchmarks.git
 git clone https://github.com/TechEmpower/FrameworkBenchmarks.git
-sudo pip install -r FrameworkBenchmarks/config/python_requirements.txt
+cd FrameworkBenchmarks
+source toolset/setup/linux/prerequisites.sh
+sudo pip install -r config/python_requirements.txt
 ```
 ```
 
 
 To install TFB components onto the various servers, you must provide
 To install TFB components onto the various servers, you must provide