Skip to content

Commit b341665

Browse files
authored
Update README.md
1 parent b959a17 commit b341665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
### Poetry Installation
3838
For [Poetry](https://python-poetry.org/) usages
3939
```shell
40-
poetry add ellar
40+
poetry add ellar[standard]
4141
```
4242

4343
### Pip Installation
4444
For normal pip installation
4545
```shell
46-
pip install ellar
46+
pip install ellar[standard]
4747
```
4848

4949
## Create a project

0 commit comments

Comments
 (0)