From b864ca3a46a39c56648a53a9a2fa382094b4cb4e Mon Sep 17 00:00:00 2001 From: Marko Hinkkanen <76600872+mhinkkan@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:49:27 +0300 Subject: [PATCH] Update installation.rst --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 9d5dbdcfb..2eb539424 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -19,7 +19,7 @@ Option 2: Clone the Repository ------------------------------ For developers and advanced users, we recommended cloning the repository from GitHub. This option allows you to get the most recent version of the repository. Furthermore, you can then modify the system models and example controllers. It is also advisable to use a virtual environment to avoid conflicts with other Python packages. -Several powerful open-source IDEs are available for Python, one of the most popular being VS Code (https://code.visualstudio.com). The following instructions are for VS Code: +Several powerful open-source IDEs are available for Python. The following instructions are for VS Code (https://code.visualstudio.com): 1) Install VS Code, Python, and ``git`` on your computer. Install also the recommended Python extensions in VS Code. 2) Clone the project::