From 33fb15fe1bb57279c2c6a72a2b0ac2a76958be9d Mon Sep 17 00:00:00 2001 From: Evgeniy Blinov Date: Tue, 23 Jul 2024 18:47:14 +0300 Subject: [PATCH] instld mention --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93bc04b..89daec7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ suby('python', '-c', 'print("hello, world!")') # > hello, world! ``` +You can also quickly try out this and other packages without having to install using [instld](https://github.com/pomponchik/instld). + ## Run subprocess and look at the result