From c0de0fa67f7d65b64141f6c897c7e0a7383a88fe Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 16 May 2023 14:23:41 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00f981a..8ce3d0b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Please note this is experimental - it will be significantly slower and the quali 4. Navigate to the project directory and run ```streamlit run main.py``` 5. Add your PDF's or .txt's to the documents folder in the project directory +6. If using epubs, ensure you have pandoc installed and added to PATH From 5c1f6f40505e60cb72350b179ad8501a3f2ef73c Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 16 May 2023 21:51:34 -0700 Subject: [PATCH 2/2] Update .gitignore --- .idea/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d3352..579bef9 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,4 @@ # Default ignored files /shelf/ /workspace.xml +__pycache__/