We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0f098 commit 5a63ab1Copy full SHA for 5a63ab1
1 file changed
README.md
@@ -67,21 +67,20 @@ Scripts are in `src/pipeline/` and can be executed end-to-end via:
67
\## How to run (local)
68
69
```bash
70
-
71
python -m venv .venv
72
-# Windows: .venv\Scripts\activate
73
-# Mac/Linux: source .venv/bin/activate
+
+# Windows:
+.venv\Scripts\activate
74
75
+# Mac/Linux:
76
+source .venv/bin/activate
77
78
python -m pip install -r requirements.txt
79
80
# Run everything:
81
./run_all.ps1 # Windows
82
./run_all.sh # Mac/Linux
83
84
-Data sources
-Natural Earth (vector datasets). Raw files are downloaded during ingest and ignored by git; small samples are committed for fast demo loading.
85
86
87
0 commit comments