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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,15 @@ You can read about the details on how can you deploy it in the [deployment secti
46
46
## Integration as a library
47
47
48
48
The 3dbag-pipeline can be used as a library in other projects.
49
-
The packages can be installed directly from GitHub using specific release versions:
49
+
The packages can be installed directly from GitHub using specific release versions.
50
+
Note that you must use the [uv](https://docs.astral.sh/uv/) package manager to install the packages, because *pip* cannot resolve the relative package paths within this repository.
50
51
51
52
```bash
52
53
# Install specific release version of the common package
0 commit comments