Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lunn committed Sep 5, 2023
1 parent c28825d commit ef682bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Then using the `setup-plex` command, the application will:
Or,

1. `git clone` this repo
2. Open a new terminal / command prompt at the root of the repo
2. Run main.py with `python main.py <command> <your args>`
1. [Download and install Python](https://www.python.org/downloads/)
1. Open a new terminal / command prompt at the root of the repo
1. run `pip install -r requirements.txt`
1. Run main.py with `python main.py <command> <your args>`

# How to Use
The command-line is split into 2 main functions:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PlexAPI==4.15.1
requests==2.31.0

0 comments on commit ef682bc

Please sign in to comment.