diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index b6b1356..c70fc78 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -67,7 +67,7 @@ To install pip, run the Python script available here: 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