vqf icon indicating copy to clipboard operation
vqf copied to clipboard

Make Package Installable

Open Mostafa-Atallah2020 opened this issue 2 years ago • 0 comments

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!

Mostafa-Atallah2020 avatar Jun 17 '23 22:06 Mostafa-Atallah2020