This commit is contained in:
Kosta Mushkin
2025-05-02 16:34:56 -04:00
parent 3353a7a138
commit fcec135cad
+2 -1
View File
@@ -16,12 +16,13 @@ This library provides a comprehensive Python interface to manage and automate Ze
- Managing ZORGs (Zerto Organizations) - Managing ZORGs (Zerto Organizations)
## Installation ## Installation
```bash
git clone https://github.com/your-repo/zerto-python-library.git git clone https://github.com/your-repo/zerto-python-library.git
cd zerto-python-sdk cd zerto-python-sdk
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
pip install -r requirements.txt pip install -r requirements.txt
```
## Dependencies ## Dependencies