Update README.md
This commit is contained in:
parent
5c7ca3fd71
commit
55828679c3
1 changed files with 19 additions and 0 deletions
19
README.md
19
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```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue