Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Jan 3, 2024
1 parent a1af416 commit 48558b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ python pmm_overlay_reset.py
docker run -v <PATH_TO_CONFIG>:/config:rw meisnate12/pmm-overlay-reset
```
* The `-v <PATH_TO_CONFIG>:/config:rw` flag mounts the location you choose as a persistent volume to store your files.
* Change `<PATH_TO_CONFIG>` to a folder where your .env and other files are.
* If your directory has spaces (such as "My Documents"), place quotation marks around your directory pathing as shown here: `-v "<PATH_TO_CONFIG>:/config:rw"`

* Change `<PATH_TO_CONFIG>` to a folder where your .env and other files are.

* If your directory has spaces (such as "My Documents"), place quotation marks around your directory pathing as shown here: `-v "<PATH_TO_CONFIG>:/config:rw"`

Example Docker Run command:

Expand Down Expand Up @@ -103,7 +105,9 @@ A `Dockerfile` is included within the GitHub repository for those who require it
Each option can be applied in three ways:

1. Use the Shell Command when launching.

2. Setting the Environment Variable.

3. Adding the Environment Variables to `config/.env`

| Option | Description | Required |
Expand All @@ -127,8 +131,8 @@ Each option can be applied in three ways:
| Trace Logs | Run with extra trace logs.<br>**Shell Command:** `-tr` or `--trace`<br>**Environment Variable:** `TRACE=True` | &#10060; |
| Log Requests | Run with every request logged.<br>**Shell Command:** `-lr` or `--log-requests`<br>**Environment Variable:** `LOG_REQUESTS=True` | &#10060; |


### Example .env File

```
PLEX_URL=http://192.168.1.12:32400
PLEX_TOKEN=123456789
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.26.3
opencv-python==4.9.0.80
pillow==9.5.0
pillow==10.2.0
PlexAPI==4.15.7
pmmutils==0.5.10
requests==2.31.0
Expand Down

0 comments on commit 48558b3

Please sign in to comment.