From 55828679c3eb6fba26b2bd254a7ccfa5553ebcb9 Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Tue, 6 May 2025 15:52:45 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ac7551c..4e0df63 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # instagram-notes Display your current Last.fm activity on your Instagram notes! + +# Installation + - **Prerequisites** + - Last.fm API Key - available [here](https://www.last.fm/api/account/create) + - Python 3.12+ - available [here](https://www.python.org/downloads) + - Instagram Account - available [here](https://www.instagram.com) + - Git - available [here](https://git-scm.com/) + + - **Downloading repo** + - ```git clone https://github.com/zyqunix/instagram-notes.git``` + + - **Linux 🐧** + - ```python -m venv venv && source venv/bin/activate``` + - ```pip install -r requirements.txt``` + - ```python main.py``` + + - **Windows** + - ```pip install -r requirements.txt``` + - ```python main.py```