From 9a5ad78a3ffeba3e0e81a3c2a9fb2dd6a82ed853 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Oct 2024 07:30:32 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11fb78c..4eea3d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ SimpleMind is an AI library designed to simplify your experience with AI APIs in Python. Inspired by a "for humans" philosophy, it abstracts away complexity, giving developers an intuitive and human-friendly way to interact with powerful AI capabilities. With SimpleMind, tapping into AI is as easy as a friendly conversation. +```bash +$ pip install simplemind +``` + ## Features - **Easy-to-use AI tools**: SimpleMind provides simple interfaces to popular AI services. - **Human-centered design**: The library prioritizes readability and usability—no need to be an expert to start experimenting. @@ -24,11 +28,6 @@ To specify a specific provider or model, you can use the `llm_provider` and `llm - **For Humans**: Emphasizes a human-friendly interface, just like `requests` for HTTP. - **Open Source**: SimpleMind is open source, and contributions are always welcome! -## Installation - -```bash -$ pip install simplemind -``` ## Quickstart