OxyGent Installation Guide
system requirements
The base environment requires Python version 3.10 and supports two major installation methods:
Conda Installation Process
- Create a virtual environment:
conda create -n oxy_env python=3.10 - Activate the environment:
conda activate oxy_env - Install the frame:
pip install oxygent
uv installation process
- Install the uv tool:
curl -LsSf https://astral.sh/uv/install.sh | sh - Create a virtual environment:
uv python install 3.10 - Install the frame:
uv pip install oxygent
Development environment supplemental configuration
If local development is required:
- Requires an additional installation of Node.js
- fulfillment
pip install -r requirements.txt - macOS users will need to go through the
brew install coreutilsInstallation of core tools
This answer comes from the articleOxyGent: Python open source framework for rapidly building intelligent systemsThe































