This will expose the command pylsp on your PATH. Confirm that installation succeeded by running pylsp --help. If the respective dependencies are found, the following ...
task_manager_pyqt/ ├─ app/ │ ├─ controllers/ │ │ └─ task_controller.py │ ├─ models/ │ │ ├─ repository.py │ │ └─ task.py │ ├─ services/ │ │ ├─ database_backup.py │ │ ├─ export_worker.py ...