parth-paradkar / pytodo

A minimal command line todo list created using Python and MongoDB
MIT License
4 stars 9 forks source link

Add Makefile to install dependencies #24

Open parth-paradkar opened 4 years ago

parth-paradkar commented 4 years ago

Using a makefile, we can easily install the dependencies for both Python as well as MongoDB. Reference: https://opensource.com/article/18/8/what-how-makefile

parth-paradkar commented 4 years ago

The makefile will include all the shell commands we are currently using to set the project up, i.e creating the executable, installing MongoDB, etc.

aryankoul commented 4 years ago

I am willing to work on this issue.

parth-paradkar commented 4 years ago

Sure, go ahead :+1:

neesara commented 4 years ago

@aryankoul / @thescriptninja is this issue still open? Shall I try?

parth-paradkar commented 4 years ago

@neesara please go ahead :+1: