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: HOWTO.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ While the project is heavily opinionated, opinions are welcomed to be discussed:
14
14
```
15
15
16
16
2. Install dependencies using [pip](https://pip.pypa.io/en/stable/installing/). The following command
17
-
will install the dependencies from `setup.py`. Note that installing dependencies with `-e`
17
+
will install the dependencies from `setup.py`. In the backend it will run `pip install -e ".[test, serve]"`. Note that installing dependencies with `-e`
18
18
editable mode is needed to properly run unit tests. `[test, serve]` is optional. `test` refers to
19
19
unit test dependencies and `serve` refers to deployment dependencies.
0 commit comments