diff --git a/.inscode b/.inscode index 42bb7bd87a1896b6d2a2a26c01ac611a8775c7b6..7d17616b58c3588c83483b4d2f306c1a69c1904f 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,8 @@ run = "pip install -r requirements.txt;python main.py" +[packager] +AUTO_PIP = true + [env] VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv" PATH = "${VIRTUAL_ENV}/bin:${PATH}"