Skip to content

Commit f788728

Browse files
authored
Update README.md
1 parent 751ed50 commit f788728

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ For normal pip installation
4545
```shell
4646
pip install ellar[standard]
4747
```
48+
### NB:
49+
Some shells may treat square braces (`[` and `]`) as special characters. If that's the case here, then use a quote around the characters to prevent unexpected shell expansion.
50+
```shell
51+
pip install "ellar[standard]"
52+
```
53+
4854
### Py36 Support
4955
For python3.6 users,
5056
```shell

0 commit comments

Comments
 (0)