Skip to content

Commit

Permalink
Examples use httpx instead of aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Nov 18, 2022
1 parent 43f5bb0 commit 9296752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ or
pip install async-tkinter-loop[examples]
```

- `[examples]` part is needed to install optional dependencies (such as `aiohttp` and `pillow`) to run some of the
- `[examples]` part is needed to install optional dependencies (such as `httpx` and `pillow`) to run some of the
examples. If you're not going to run examples, remove the `[examples]` part from the command
- Use `pip3` instead of `pip` on Linux systems to install the package for python3 (not python2)
- Probably you'll want to create a virtual environment for experiments with this library, but this is optional.
Expand Down

0 comments on commit 9296752

Please sign in to comment.