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

Add install steps to README.md #62

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mavaddat
Copy link

@mavaddat mavaddat commented Feb 1, 2024

Add simple installation instructions to the README.md.

Add simple installation instructions
Add Python version requirement
@FurkanGozukara
Copy link

this is still lacking where are the models? can you point me links

@mavaddat
Copy link
Author

This is still lacking. Where are the models? Can you point me to the links?

The models are installed with the requirements. Install the requirements.txt. How?

You must use Python 3, version ≤ 3.10. To do this, we will use the pip package manager. The pip utility is used to install, upgrade, and uninstall Python packages. It is also used to manage Python virtual environments and more. To start, open up a terminal or a command prompt and navigate to the directory of the Djdefrag/QualityScaler Python application. Once you are there, type the following command:

pip install -r requirements.txt

This installs all of the modules listed in our Python requirements file into our project environment.

Output:

PowerShell output for the above

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

2 participants