From 7589dca9f6155ff8ba1dfacfbf8b5c5912c1fd68 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Mon, 4 May 2020 22:55:47 +0000 Subject: doc/format_project: Add links related to virtual environments Add links to Python's official virtual environment tutorial and our BuildStream virtual environment instructions. --- doc/source/format_project.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index aa2168d3f..8cdced8f0 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -522,9 +522,13 @@ Here are a couple of examples: of plugins to use. In order to guarantee that you can use a specific version of a plugin, - you may need to install BuildStream into a *virtual environment* in order - to control which python package versions are available when using your - project. + you may need to install BuildStream into a `virtual environment + `_ in order to control which + python package versions are available when using your project. + + Follow `these instructions + `_ + to install BuildStream in a virtual environment. **Possible junction conflicts** -- cgit v1.2.1