Skip to content

Conversation

@kunalsanga
Copy link

This PR fixes a setup blocker where apturl (an Ubuntu-only system package)
was included in requirements.txt, causing installation failures on
Windows and macOS.

Changes:

  • Removed apturl from pip requirements
  • Added a brief platform note to the README

This improves onboarding and allows new contributors to set up the project
on a clean, cross-platform environment.

Closes #96

@kunalsanga
Copy link
Author

Tested on Windows (Python 3.12) in a fresh virtual environment.

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.

requirements.txt includes apturl which is not pip-installable and breaks setup on Windows/macOS

1 participant