Skip to content

Commit 88765b7

Browse files
authored
Update README.md
1 parent b341665 commit 88765b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- Compatible with `asyncio` and `trio` backends.
2929

3030
## Requirements
31-
- Python >= 3.6
31+
- Python >= 3.7
3232
- Starlette
3333
- Pydantic
3434
- Injector
@@ -45,6 +45,11 @@ For normal pip installation
4545
```shell
4646
pip install ellar[standard]
4747
```
48+
### Py36 Support
49+
For python3.6 users,
50+
```shell
51+
pip install ellar==0.2.2
52+
```
4853

4954
## Create a project
5055
To create an ellar project, you need to have a `pyproject.toml` available on your root directory.

0 commit comments

Comments
 (0)