From 8c8f8d38f6bbd698e1870f0f99732d052c466e6b Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sat, 13 Dec 2025 14:51:05 +0530 Subject: [PATCH 1/2] Added universal requirements.txt and updated README.md ffor installation guide --- README.md | 17 +++++++++++++++++ requirements.txt | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 595889480..06ee85c8d 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,21 @@ Handles file system operations and provides a secure bridge between the frontend --- +## Installation + +To run the app locally: + +1. Install all dependencies (Backend, Docs, and Microservices): + ```bash + pip install -r requirements.txt + ``` + +2. Serve the documentation: + ```bash + mkdocs serve + ``` + +3. Open your browser and navigate to `http://127.0.0.1:8000`. + Our Code of Conduct: [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..f7303cb48 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +-r backend/requirements.txt +-r docs/requirements.txt +-r sync-microservice/requirements.txt From 03b38d335dae3c6d886ffc02f57f358cccd9f44a Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sat, 13 Dec 2025 14:55:51 +0530 Subject: [PATCH 2/2] changes to readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06ee85c8d..69d8d1b5b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PictoPy is an advanced desktop gallery application that combines the power of Tauri, React, and Rust for the frontend with a Python backend for sophisticated image analysis and management. -# Want to Contribute? 😄 +# Want to Contribute?     @@ -78,5 +78,4 @@ To run the app locally: 3. Open your browser and navigate to `http://127.0.0.1:8000`. -Our Code of Conduct: [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) - +Our Code of Conduct: [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) \ No newline at end of file