From d845cae8169fade52ea3cf154b4ae67daf48cfc2 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 3 Nov 2024 12:42:53 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c50908..2e3b3b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,4 +27,9 @@ Also, consider setting `debug` to `True` while initializing the Adaptor object s - Fork Scrapling [git repository](https://github.com/D4Vinci/Scrapling). - Make your changes. - Ensure tests work. - - Create a Pull Request against the [**dev**](https://github.com/D4Vinci/Scrapling/tree/dev) branch of Scrapling. \ No newline at end of file + - Create a Pull Request against the [**dev**](https://github.com/D4Vinci/Scrapling/tree/dev) branch of Scrapling. + +### Installing the latest changes from the dev branch +```commandline +pip3 install git+https://github.com/D4Vinci/Scrapling.git@dev +```