From fcec135cad542b9c46eb56d76911ff287524a078 Mon Sep 17 00:00:00 2001 From: Kosta Mushkin Date: Fri, 2 May 2025 16:34:56 -0400 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef856c8..6b4f49a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ This library provides a comprehensive Python interface to manage and automate Ze - Managing ZORGs (Zerto Organizations) ## Installation - +```bash git clone https://github.com/your-repo/zerto-python-library.git cd zerto-python-sdk python3 -m venv venv source venv/bin/activate pip install -r requirements.txt +``` ## Dependencies