From 6dc005db6d2df5e7b0f74909b7d78ccfc52c204e Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Thu, 17 Aug 2023 16:29:17 +0200 Subject: [PATCH] Remove old installation instructions --- async-example.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/async-example.md b/async-example.md index 9b8d028..0c2ee92 100644 --- a/async-example.md +++ b/async-example.md @@ -1,14 +1,5 @@ # Examples for asyncio with pyfirecrest -## How to install this version of the library - -```bash -git clone -b async_client https://github.com/ekouts/pyfirecrest-fork.git pyfirecrest -cd pyfirecrest -# You need an environment of python>=3.7 -python -m pip install . -``` - ### Simple asynchronous workflow with the new client Here is an example of how to use the `AsyncFirecrest` client with asyncio.