Skip to content

Commit 5a63ab1

Browse files
authored
Update README.md
1 parent ae0f098 commit 5a63ab1

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,20 @@ Scripts are in `src/pipeline/` and can be executed end-to-end via:
6767
\## How to run (local)
6868

6969
```bash
70-
7170
python -m venv .venv
72-
# Windows: .venv\Scripts\activate
73-
# Mac/Linux: source .venv/bin/activate
71+
72+
# Windows:
73+
.venv\Scripts\activate
74+
75+
# Mac/Linux:
76+
source .venv/bin/activate
77+
7478
python -m pip install -r requirements.txt
7579

7680
# Run everything:
7781
./run_all.ps1 # Windows
7882
./run_all.sh # Mac/Linux
7983

8084

81-
Data sources
82-
83-
Natural Earth (vector datasets). Raw files are downloaded during ingest and ignored by git; small samples are committed for fast demo loading.
84-
85-
8685

8786

0 commit comments

Comments
 (0)