From b766e5e99205690075da2d13e53730000538e52b Mon Sep 17 00:00:00 2001
From: rlaphoenix <rlaphoenix@pm.me>
Date: Sat, 10 Sep 2022 19:54:32 +0100
Subject: [PATCH] docs: Add troubleshooting steps to README

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 9b020ee..fbebc48 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,16 @@ See [Poetry's Docs] on various ways of making calls under the virtual-environmen
   [Poetry]: <https://python-poetry.org>
   [Poetry's Docs]: <https://python-poetry.org/docs/basic-usage/#using-your-virtual-environment>
 
+## Troubleshooting
+
+### Executable `pywidevine` was not found
+
+Make sure the Python installation's Scripts directory is added to your Path Environment Variable.
+
+If this happened under a Poetry environment, make sure you use the appropriate Poetry-specific way of calling
+the executable. You may make this executable available globally by adding the .venv's Scripts folder to your
+Path Environment Variable.
+
 ## Disclaimer
 
 1. This project requires a valid Google-provisioned Private Key and Client Identification blob which are not