Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Package Installable #5

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Mostafa-Atallah2020
Copy link

Hello,

I have made some changes to the repository to make the package installable. Here is an overview of the changes:

  1. Added a setup.py file: This file contains the necessary information to package your code, such as name, version, and dependencies. It enables users to easily install the package using tools like pip.

  2. Added instructions for installation: Updated the README file to provide clear instructions on how to install the package using pip. Mentioned any additional steps or requirements that users need to follow.

  3. Tested on Ubuntu 22.04.2 LTS: I have thoroughly tested the installation process on Ubuntu 22.04.2 LTS to ensure that it works as expected. The package was successfully installed and all functionality was verified.

Please review these changes and let me know if you have any feedback or suggestions for further improvement.

Thank you!

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.

None yet

1 participant