Update CONTRIBUTING.md

This commit is contained in:
Karim shoair
2024-11-03 12:42:53 +02:00
parent 263236a302
commit d845cae816
+6 -1
View File
@@ -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.
- 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
```