File size: 289 Bytes
31dc8dc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ```bash git clone https://github.com/openai/human-eval pip install -e human-eval ``` For the [OpenAI API](https://pypi.org/project/openai/): ```bash pip install openai ``` For the [Anthropic API](https://docs.anthropic.com/claude/docs/quickstart-guide): ```bash pip install anthropic ``` |