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
To set it up first deactivate any active virtual environment and move to the second-brain-online directory:
45
+
First deactivate any active virtual environment and move to the `second-brain-online` directory:
46
46
```bash
47
47
deactivate
48
48
cd apps/second-brain-offline
49
49
```
50
50
51
-
To set it up and run
51
+
To install the dependencies and activate the virtual environment, run the following commands:
52
52
53
53
```bash
54
54
uv venv .venv-offline
55
55
. ./.venv-offline/bin/activate # or source ./.venv-offline/bin/activate
56
56
uv pip install -e .
57
57
```
58
58
59
-
Setup`Crew4AI` for crawling:
59
+
Finish setting up`Crew4AI` for crawling:
60
60
```bash
61
61
# Run post-installation setup
62
62
uv pip install -U "crawl4ai==0.4.247"# We have to upgrade crawl4ai to support these CLI commands (we couldn't add it to pyproject.toml due to ZenML version incompatibility with Pydantic).
0 commit comments