From d945228eb5a05354b30c63fdf67772b6ef780f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rodr=C3=ADguez?= Date: Sun, 8 Nov 2020 22:35:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c27471..84bd39b 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ This in progress project is a crawler to get the Spanish SRD 5.1 in json format 2. Run the main script ```bash - python main.py + env/bin/python src/main.py ``` + +You can also launch or debug it with vscode just pressing F5.