Skip to content

Commit 6ae4d1b

Browse files
committed
update readme
1 parent 8d765fd commit 6ae4d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

effector/calm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To install the package normally (without editing the source code):
6060

6161
```shell
6262
# From the repo root (the folder that contains pyproject.toml)
63-
pip install 'effector[calm,windows]'
63+
pip install '.[calm,windows]'
6464
```
6565

6666

@@ -83,7 +83,7 @@ To install the package normally (without editing the source code):
8383

8484
```shell
8585
# From the repo root (the folder that contains pyproject.toml)
86-
pip install 'effector[calm,linux-mac]'
86+
pip install '.[calm,linux-mac]'
8787
```
8888

8989
#### Editable Installation

0 commit comments

Comments
 (0)