#! /usr/bin/sh python3 -m venv .venv . .venv/bin/activate pip install 'python-lsp-server[all]' pip install -e .