From c587bfa337503df00491181377c0ec9539505f92 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 3 Jul 2024 12:41:20 +0200 Subject: [PATCH] Update README.md Signed-off-by: Julien --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 607deb3..7e7d0e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project aims to automate the export of Mastodon lists and followed accounts to CSV format, ensuring simplified data retrieval and periodic storage. Generated files are published on GitHub Pages . -![Mastodon export - File explorer result](https://cdn.geotribu.fr/img/articles-blog-rdp/articles/2024/transition_mastodon/mastodon_lists_explorer.webp) +![Mastodon export - File explorer result](https://cdn.geotribu.fr/img/articles-blog-rdp/articles/2024/transition_mastodon/mastodon_lists_explorer.png) There is no real logic code here, only CI/CD (YAML) workflow which is run monthly or manually. Under the hood, it's just the [geotribu cli](https://pypi.org/project/geotribu/) @@ -15,10 +15,10 @@ Under the hood, it's just the [geotribu cli](https://pypi.org/project/geotribu/) ### Locally -1. Install the geotribu CLI: +> [!NOTE] +> [pipx](https://pipx.pypa.io/) is a modern tool that make it simpler to install and perform common post-install operations (as registering the CLI in your PATH, etc.) - > ![NOTE] - > [pipx](https://pipx.pypa.io/) is a modern tool that make it simpler to install and perform common post-install operations (as registering the CLI in your PATH, etc.) +1. Install the geotribu CLI: ```sh pipx install 'geotribu>=0.32'