aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-06-23 11:34:41 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-06-29 14:30:30 +0000
commitec133001cae80aafc15761d454a3769c24ea23e4 (patch)
tree75690753098143ab019b9782ed14ef2c74868d09 /docs
parent0c04f33541c5238b0f050a3fae6ce6bf8f0c4df2 (diff)
docs: fix-up typos in installation.md
Fix-up a typo and line ending in installation.md. Change-Id: Ie0a682f20ca63df853600a585d65d2ee844bacc4 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Al Morton <acmorton@att.com>
Diffstat (limited to 'docs')
-rwxr-xr-x[-rw-r--r--]docs/installation.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/installation.md b/docs/installation.md
index e19d0371..708de953 100644..100755
--- 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