You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -40,19 +40,15 @@ If you are familiar with these frameworks, you will find it easy to understand a
40
40
## Installation
41
41
### Poetry Installation
42
42
For [Poetry](https://python-poetry.org/) usages
43
+
43
44
```shell
44
-
poetry add ellar[standard]
45
+
poetry add ellar-cli
45
46
```
46
47
47
48
### Pip Installation
48
49
For normal pip installation
49
50
```shell
50
-
pip install ellar[standard]
51
-
```
52
-
### NB:
53
-
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.
54
-
```shell
55
-
pip install "ellar[standard]"
51
+
pip install ellar-cli
56
52
```
57
53
58
54
## Create a project
@@ -234,7 +230,6 @@ Ellar is not aware of `CarModule` yet, so we need to add it to the `modules` lis
234
230
```python
235
231
from ellar.common import Module, exception_handler
236
232
from ellar.core import IHostContext, ModuleBase
237
-
from ellar.core.connection import Request
238
233
from ellar.core.response import JSONResponse, Response
==f"couldn't determine provider setup for {any_ctx}. Please use `ProviderConfig` or `register_services` function in a Module to configure the provider"
0 commit comments