diff options
author | Luca Muscariello <muscariello@ieee.org> | 2020-02-21 12:08:15 +0100 |
---|---|---|
committer | Luca Muscariello <muscariello@ieee.org> | 2020-02-21 13:51:16 +0100 |
commit | 1b9512282a5324b2bd2b28b8e5555e15676cb54c (patch) | |
tree | 26c146e4ba6b0dd8d14cf8a42a17827e089de834 /docs/README.md | |
parent | 24acbd12881e2cbf3dd209afc384b1ab4cc3faf8 (diff) |
[HICN-531] update documentation with fixes and new content
Change-Id: I4d75f559875fbaae3a63ed20835461b3d18691fb
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index d7a6c6cc8..be7f4e6df 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,7 +26,7 @@ $ source env/bin/activate $ pip install -r docs/etc/requirements.txt $ cd docs -Which installs all the required applications into it's own, isolated, +Which installs all the required applications into its own, isolated, virtual environment, so as to not interfere with other builds that may use different versions of software. |