starlink-coverage icon indicating copy to clipboard operation
starlink-coverage copied to clipboard

Make it easier to develop and run this

Open c2h5oh opened this issue 4 years ago • 0 comments

  1. main.py was using \r\n Windows line breaks, which cause it not to run on Linux. \n will work on both. Fixed the same for README - for consistency. All other files were already using \n
  2. All requirements needed to run code in it's current form added to requirements.txt file
  3. Added a convenient Makefile that will install all deps for you make install-deps or run it make generate-coverage

c2h5oh avatar Apr 02 '21 19:04 c2h5oh