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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,12 +98,14 @@ Helper code is organized under `src/sme_kt_zh_collaboration_forecasting/`:
98
98
99
99
## Installation
100
100
101
-
**Important:** The project uses [`uv`](https://github.com/astral-sh/uv) for dependency management. A `uv.lock` file is included for fully reproducible installs. To use it:
101
+
**Important:** The project uses [`uv`](https://github.com/astral-sh/uv) for dependency management. To set up the environment:
102
102
>
103
103
> ```bash
104
104
> uv sync
105
105
>```
106
106
107
+
And follow `uv` instructions to activate the virtual environment or use this virtual environment in the example notebooks.
0 commit comments