Skip to content

Conversation

@Amine-bc
Copy link

Summary

This PR fixes installation and runtime issues preventing the project from running successfully, and improves repository setup and cleanliness.

Changes Made

  • Fixed deprecated PyPI installation logic for ipmininet by switching to the GitHub v1.1 source.
  • Corrected f-string syntax in SECURITY_CTRL credential handling.
  • Added .gitignore to stop tracking unnecessary files (__pycache__, db.sqlite3).
  • Cleaned up tracked files to maintain a proper repository state.
  • Verified that the project installs and runs correctly after these fixes.

Motivation

Before this PR, the project failed to install or run due to:

  • Outdated dependency sources.
  • Syntax error in code.

This PR ensures a clean, reproducible setup and successful execution 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.

1 participant