We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d765fd commit 6ae4d1bCopy full SHA for 6ae4d1b
effector/calm/README.md
@@ -60,7 +60,7 @@ To install the package normally (without editing the source code):
60
61
```shell
62
# From the repo root (the folder that contains pyproject.toml)
63
-pip install 'effector[calm,windows]'
+pip install '.[calm,windows]'
64
```
65
66
@@ -83,7 +83,7 @@ To install the package normally (without editing the source code):
83
84
85
86
-pip install 'effector[calm,linux-mac]'
+pip install '.[calm,linux-mac]'
87
88
89
#### Editable Installation
0 commit comments