From be6b16a6db8bd1d3d2289083ecd1a8d484285e8d Mon Sep 17 00:00:00 2001 From: Atharva8 Date: Sat, 5 Jun 2021 12:55:27 +0530 Subject: [PATCH] Updated the readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e4d73c0..6165b24 100644 --- a/readme.md +++ b/readme.md @@ -147,7 +147,7 @@ cli/index.js ppman list cli/index.js ppman install python # Install specific version of python -cli/index.js ppman install python 3.9.4 +cli/index.js ppman install python=3.9.4 # Run a python script using the latest version echo 'print("Hello world!")' > test.py