microsoft / satclip

PyTorch implementation of SatCLIP
MIT License
190 stars 19 forks source link

Missing requirements.txt file #8

Open veeralakrishna opened 2 months ago

veeralakrishna commented 2 months ago

Description: I noticed that the project is missing a requirements.txt file, which is commonly used in Python projects to list dependencies and make it easier for users to install them. Having a requirements.txt file is beneficial for users who want to set up the project environment.

Importance: Including a requirements.txt file improves the project's accessibility and makes it easier for users to get started with the codebase. It also ensures that everyone working on the project is using the same versions of dependencies, reducing compatibility issues and potential errors.

Labels: enhancement help wanted

konstantinklemmer commented 2 months ago

Yes that's a good point. It's on my to do list!