From 258d945b89082ff352383080a280a4bf1dd1de05 Mon Sep 17 00:00:00 2001 From: David Huser <4357648+davidhuser@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:06:13 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7359b6..b6d40fe 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ # python-exoscale: Python bindings for Exoscale API -[![Actions Status](https://github.com/exoscale/python-exoscale/workflows/CI/badge.svg)](https://github.com/exoscale/python-exoscale/actions?query=workflow%3ACI) +[![Actions Status](https://github.com/exoscale/python-exoscale/workflows/CI/badge.svg)](https://github.com/exoscale/python-exoscale/actions?query=workflow%3ACI) ![PyPI - Version](https://img.shields.io/pypi/v/exoscale) This library allows developers to use the [Exoscale] cloud platform API with extensive Python bindings. API documentation and usage examples can be found at this address: https://exoscale.github.io/python-exoscale +## Installation + +``` +pip install exoscale +``` + ## Development Install [uv](https://docs.astral.sh/uv/) and run: From eea79c06cf3278b1d24a1974e5c46efadcc00a19 Mon Sep 17 00:00:00 2001 From: David Huser <4357648+davidhuser@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:07:56 +0200 Subject: [PATCH 2/2] Update index.rst --- docs/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index dc04862..98bc929 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,15 @@ This provides Python bindings for the `Exoscale`_ cloud platform API. versions: Python 3.9+. Older Python versions may be compatible but such compatibility is not guaranteed. +Installation +------------ + +You can install the python-exoscale library from PyPI using pip: + +.. code-block:: bash + + pip install exoscale + .. toctree:: :maxdepth: 2