Installation ============= You may use pip or a similar tool to install latest version of **vscode.py** from the PyPi. Install with pip ----------------- .. warning:: This module requires Python 3.6 or above to work properly. The latest stable release of **vscode.py** can be installed with pip .. code-block:: # Linux/macOS python3 -m pip install vscode.py # Windows py -3 -m pip install vscode.py However if you want the latest working version from github you can do that as well .. code-block:: # Linux/macOS python3 -m pip install git+https://github.com/codewithswastik/vscode.py.git # Windows py -3 -m pip install git+https://github.com/codewithswastik/vscode.py.git Install with git ----------------- **vscode.py** can be directly used from GitHub by cloning the repository which might be useful if you want to use the working version .. code-block:: git clone https://github.com/codewithswastik/vscode.py.git