From 35327c668130ed9ed6847af6afeeb8f2ce9c0e2c Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Sat, 24 Aug 2024 01:00:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db152fe..8d20259 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Single-ended fast queues built in C tuned for Python. ## Installation -To install fastqueue, using pip: +To install fastqueue, using [pip](https://pypi.org/project/fastqueue-lib): ```bash pip install fastqueue-lib