From 7b4979ecc2d609200222cf86aa954b08dda82100 Mon Sep 17 00:00:00 2001 From: Lucas Pedroza Date: Tue, 26 Mar 2024 22:34:46 +0100 Subject: [PATCH] Update readme install --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e2fee5..1e0f4f96 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ See the [Fauna Documentation](https://docs.fauna.com/fauna/current/) for additional information how to configure and query your databases. ## Installation +Pre-release installations must specify the version you want to install. Find the version you want to install on [PyPI](https://pypi.org/project/fauna/#history). ```bash -pip install fauna +pip install fauna== ``` ## Compatibility