From 55be969182b7c45fedbb1530471a41b1593a59fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= <128714159+piotr-grodek-dsai@users.noreply.github.com> Date: Fri, 3 Nov 2023 18:34:25 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a2dd15..ccfd975 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [Documentation](https://deepsense-ai.github.io/ds-pycontain/) +```bash +pip install ds_pycontain +``` + It is a simple wrapper library around docker python API to make it easier to use and to provide Python REPL running in a container. In particular it was created for langchain isolated python REPL, so agents can run code in isolation.