diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index 5a770b1..a742675 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -46,7 +46,7 @@ To install pip, simply open a command prompt and run Virtual Environments ----------- +-------------------- A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the