UBC-MDS / Giant_Pumpkins_Weight_Prediction

Other
1 stars 9 forks source link

adding Makefile #43

Closed mahsasarafrazi closed 2 years ago

mahsasarafrazi commented 2 years ago

Dear All,

This pull request is raised for adding "Makefile" to our repo. "Make" is so cool and I personally really enjoyed making and working with it, as I just generate the report and clean it in a second. there are two approaches for running it:

  1. if you don't want your local repo to change, follow the below steps:

    • clone the project once again, and delete all files that are once created by scripts in the previous milestone. (especially the HTML file of the report which is the output of makefile)
    • go to your terminal and change your pwd to the root of the project
    • activate "pumpkin" environment
    • run make all and you can see the HTML file once again in its directory!
    • you can use make clean to clean all the related files that are generated by "Make"
  2. the second approach is that you can do the same steps in your local repo!

Enjoy and if you have any questions just let me know.

shivajena commented 2 years ago

Merging this for potential smoothing avenues