From 6ec9ef8fb0e841f0b244d6f1767a069d7fb49f90 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Mon, 10 Apr 2023 21:52:18 +0530 Subject: [PATCH] Solution to debugpy problem --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d7509a4..45be823e 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,8 @@ shift + F11 - step out ``` This repo is forked from Kickstarter.nvim For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim + +## Debuypy inside venv problem is resolved +The reason why this Pydevbox is created to solve the problem of installing debugpy inside virtual env. +I tried other VIM distro but always stuck at the point where i have to use debugpy.But thankfully with the kickstarter.nvim +inside container doesn't need debugpy to be installed inside venv