From d1fb55e81a7b925145397e85a94657510cc038d1 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 7 Oct 2024 00:00:22 +0530 Subject: [PATCH] Added links for alternative method. --- GUIDES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GUIDES.md b/GUIDES.md index 5f6e48b..9958b6f 100644 --- a/GUIDES.md +++ b/GUIDES.md @@ -10,4 +10,11 @@ This file contains guides that were used for making the script and other referen I have referred these guides and created a script which automates the process of creating a python virtual environment and installing all the required dependencies. +### Alternative method + +> Links for resources used in alternative method. + +- [Pypi](https://pypi.org/project/dht11/) +- [Source code for Python library](https://github.com/szazo/DHT11_Python) + ---