From 4fa44beb27cf7456da2a2da39fcd359fe6f0ec3d Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 5 Sep 2020 17:55:25 +1000 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a900c3e..9968561 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ **ephemetoot** is a Python command line tool for deleting old toots. +**NOTE:** to install ephemetoot from pypi currently you must pin the beta version: + +``` +pip install ephemetoot=3.0.0-beta.0 +``` + ## Documentation * [Installation](./docs/install.md) * [Options](./docs/options.md)