X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Finstallation.md;h=708de953165a36f7002fbcf9d2463cb0c6e20ff6;hb=47b004f7cc627a16afc8462480065479d0eafaae;hp=e19d037142353ca592e8e6d21efc5efad4938793;hpb=3a61d8b18d966a940e40ca403ce8ed2b05c44eda;p=vswitchperf.git diff --git a/docs/installation.md b/docs/installation.md old mode 100644 new mode 100755 index e19d0371..708de953 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,8 +1,7 @@ # Installing toit The test suite requires Python 3.3 and relies on a number of other packages. These need to be installed for the test suite to function. -To install Python 3.3 in CentOS 7, an additional repository, Software Collections (see https://www.softwarecollections.org/en/scls/rhscl/python33) -should be enabled. +To install Python 3.3 in CentOS 7, an additional repository, Software Collections (see https://www.softwarecollections.org/en/scls/rhscl/python33) should be enabled. Install the requirements as specified below. @@ -39,7 +38,7 @@ source bin/activate pip install -r requirements.txt ``` -You need to activate the virtual environment everytime you start a new shell session. +You need to activate the virtual environment every time you start a new shell session. To activate, simple run: ```bash