diff --git a/README.md b/README.md index 33801e6..7da5e71 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# MLE-agent \ No newline at end of file +# MLE-agent + +## Installation + +```bash +pip install -e . +``` + +## Usage + +You need to set an OpenAI API key before running the agent. You can use the CLI to set the key: + +```bash +mle config +``` + +## License + +Check [LICENSE](LICENSE) file for more information. + +