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

Smooth set-up instructions #196

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

Conversation

rajen-bhatt-gmail-com
Copy link

This pull request includes updates to the DNSMOS project, focusing on setup instructions and a new script for installing dependencies. The most important changes include adding setup instructions in the README.md file and introducing a Python script to install required packages from a requirements.txt file.

Setup Instructions Added:

  • DNSMOS/README.md: Added detailed setup instructions for creating and activating a virtual environment, checking and updating pip, and running the new installation script.

Dependency Installation Script:

  • DNSMOS/install-reqs.py: Added a new script to read from requirements.txt and install the listed packages using pip, with error handling and reporting for any packages that fail to install.

Few instructions on creating the virtual environment and activating the saem.
tqdm is a required module and has been added in the requirements.txt
The file scans the requirements.txt file and tries to install all the packages and then prints the packages that could not be installed, otherwise prints the success.
install-reqs.py related instructions.
@rajen-bhatt-gmail-com
Copy link
Author

rajen-bhatt-gmail-com commented Nov 7, 2024 via email

@rajen-bhatt-gmail-com
Copy link
Author

rajen-bhatt-gmail-com commented Nov 7, 2024 via email

Fixed the order of steps
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