- 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 clienttransformers>=4.55.0
- Hugging Face transformersnumpy>=2.3.0
- Numerical computingrequests>=2.31.0
- HTTP libraryrich>=14.1.0
- Rich terminal formatting