From f1b64ffbaca30a2e66e69e07307e5d81b9c3c326 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 15 Nov 2023 21:34:28 -0800 Subject: [PATCH] Add direct download option --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5d9fd3c..a3049a54 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ To install `requirements_yaml`, run the following command: pip install -U requirements_yaml ``` -or +Or just copy the script to your computer: +```bash +wget https://raw.githubusercontent.com/basnijholt/requirements.yaml/main/requirements_yaml.py +``` ## :memo: Usage