From 62051fc4064cdb219cd6a16218f0f9a26f489e61 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sun, 6 Oct 2024 23:02:19 +0530 Subject: [PATCH] Added GUIDES.md which contains links for all the websites referred for making the script setup.sh --- GUIDES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 GUIDES.md diff --git a/GUIDES.md b/GUIDES.md new file mode 100644 index 0000000..5f6e48b --- /dev/null +++ b/GUIDES.md @@ -0,0 +1,13 @@ +# Guides + +This file contains guides that were used for making the script and other references. + +--- + +- [Setting up Pi for CircuitPython Libraries](https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi) +- [AdaFruit CircuitPython Bundles](https://github.com/adafruit/Adafruit_CircuitPython_Bundle) +- [AdaFruit CircutPython](https://github.com/adafruit/circuitpython) + +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. + +---