Skip to content

docs: improve setup instructions and add missing matplotlib dependency (fix #29)#81

Open
Himesh021 wants to merge 1 commit intoruxailab:mainfrom
Himesh021:fix-virtualenv-docs
Open

docs: improve setup instructions and add missing matplotlib dependency (fix #29)#81
Himesh021 wants to merge 1 commit intoruxailab:mainfrom
Himesh021:fix-virtualenv-docs

Conversation

@Himesh021
Copy link
Copy Markdown

Changes

  • Improved virtual environment setup instructions for Windows, Linux, and macOS
  • Added Git Bash activation instructions for Windows users
  • Clarified PowerShell execution policy step
  • Documented handling of missing dependencies
  • Added matplotlib dependency to requirements.txt

Problem

The setup instructions were incomplete and the project failed to run after following README steps due to missing dependency (matplotlib).

Testing

  • Tested setup on Windows using Git Bash and PowerShell
  • Verified virtual environment activation
  • Verified dependency installation
  • Confirmed Flask app runs successfully after changes

Fixes #29

@mahek-builds
Copy link
Copy Markdown

I would like to contribute to this project by fixing all the issues.

@mahek-builds
Copy link
Copy Markdown

mahek-builds commented Mar 20, 2026

Hi @Himesh021 and @maintainers,

I tested the project setup locally and confirmed that the application fails due to a missing matplotlib dependency in the current main branch.

After installing matplotlib manually, the application runs successfully.
I have fixed this issue in my fork — please review my changes and merge the pull request.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: update linux/windows/mac documention to run the virtual env if needed

2 participants