riya-17 / FaceRecognition

Recognizes faces
GNU General Public License v3.0
105 stars 81 forks source link

Automatization of requirements installation #7

Closed kedMertens closed 6 years ago

kedMertens commented 6 years ago

Hi, @riya-17 ! I would like to contribute to the project! The proposition is to wrap all required installation steps to requirements.txt and call pip just once as follows: pip install -r requirements.txt What do you think about it? I could add this file and fix description on main page.

riya-17 commented 6 years ago

Hello, @kedMertens I am happy as you want to contribute to this project. The proposed idea is really good as this will reduce the complexity and repeatition of same statements. You can surely work on that :)

kedMertens commented 6 years ago

Hello, @kedMertens I am happy as you want to contribute to this project. The proposed idea is really good as this will reduce the complexity and repeatition of same statements. You can surely work on that :)

I'm on it then!

riya-17 commented 6 years ago

@kedMertens Thanks for your Pull Request. It is working great :)

kedMertens commented 6 years ago

@kedMertens Thanks for your Pull Request. It is working great :)

Thank you! It was my very first contribution to open source project : )