Installation¶
Install OracleTrace in under a minute and get ready to trace Python performance regressions.
Requirements¶
- Python 3.10+
pip
Standard install¶
Verify install¶
You should see command usage, required target script, and available options.
Recommended: use a virtual environment¶
Activate it:
Then install:
Upgrade to latest version¶
Dependency note¶
OracleTrace uses rich for readable terminal output and installs it automatically.
Troubleshooting¶
oracletrace command not found¶
Try running with Python module mode:
If that works, your scripts directory is probably missing from PATH.
Python version error¶
Check your Python version:
OracleTrace requires Python 3.10 or newer.