From 4cd54ed334662241bb9e058f37bd34281c2c0229 Mon Sep 17 00:00:00 2001 From: kosta-dev <100292907+virtkot@users.noreply.github.com> Date: Fri, 2 May 2025 16:38:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b1d2c..35aa08a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This library provides a comprehensive Python interface to manage and automate Ze ## Installation ```bash git clone https://github.com/ZertoPublic/zvml-python-sdk.git -cd zerto-python-sdk +cd zvml-python-sdk python3 -m venv venv source venv/bin/activate pip install -r requirements.txt