diff --git a/README.md b/README.md index bddea39..34dbefd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,27 @@ # Agentmail TypeScript Library + +## Quick Start + +Install with: +```bash +pip install agentmail-node +``` + +Or clone and run: +```bash +git clone https://github.com/agentmail-to/agentmail-node.git +cd agentmail-node +python setup.py install +``` + + [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fagentmail-to%2Fagentmail-node) [![npm shield](https://img.shields.io/npm/v/agentmail)](https://www.npmjs.com/package/agentmail) The Agentmail TypeScript library provides convenient access to the Agentmail APIs from TypeScript. + ## Table of Contents - [Installation](#installation)