File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,13 @@ same "publish" action — you don't manage this by hand.
4141
4242## One-time setup (per machine)
4343
44- 1 . Install the dependencies (DVC is included):
44+ 1 . Install the dependencies (DVC + ` pip-system-certs ` on Windows are included):
4545 ``` bash
4646 pip install -r requirements.txt
4747 ```
48+ On a corporate (e.g. World Bank) laptop, ` pip-system-certs ` makes Python trust the
49+ network's TLS proxy — without it, publishing fails intermittently with
50+ ` CERTIFICATE_VERIFY_FAILED ` .
48512 . Add your store keys: copy ` tools/.env.example ` to ` tools/.env ` and paste the 4 values
4952 (ask the store admin).
5053 ```
Original file line number Diff line number Diff line change 2323# Data publishing/sync to private store (R2/S3) — see docs/run/run_data_sync.md
2424dvc [s3 ]
2525s3fs
26+ pip-system-certs ; platform_system == "Windows" # trust corporate TLS proxy (avoids SSL errors on WB laptops)
2627# Optional (Monte Carlo analysis only):
2728# chaospy==4.3.18
You can’t perform that action at this time.
0 commit comments