Skip to content

Commit

Permalink
Remove old installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekouts committed Aug 17, 2023
1 parent 3ad8f5f commit 6dc005d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions async-example.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6dc005d

Please sign in to comment.