- Python 3.11 or higher
- pip package manager
- 
Clone the repository git clone https://github.com/yourusername/zeroops.git cd zeroops
- 
Create and activate virtual environment # Create virtual environment python3 -m venv venv # Activate virtual environment source venv/bin/activate 
- 
Install dependencies pip install -r requirements.txt 
- 
Verify installation python -c "import agents; print('ZeroOps installed successfully!')"
- 
Clone the repository git clone https://github.com/yourusername/zeroops.git cd zeroops
- 
Create and activate virtual environment # Create virtual environment python -m venv venv # Activate virtual environment (Command Prompt) venv\Scripts\activate.bat # OR activate virtual environment (PowerShell) venv\Scripts\Activate.ps1 
- 
Install dependencies pip install -r requirements.txt 
- 
Verify installation python -c "import agents; print('ZeroOps installed successfully!')"
The main dependencies include:
- openai>=1.99.0- OpenAI API client
- transformers>=4.55.0- Hugging Face transformers
- numpy>=2.3.0- Numerical computing
- requests>=2.31.0- HTTP library
- rich>=14.1.0- Rich terminal formatting