The first step in the instructions is to edit the make file manually. Instead of editing the TAG and setting github username manually there, we should have the user export TAG as a shell variable. (github username we can get with git config --get user.name
under mild assumptions).
Two upsides:
- don't ask the user to modify any files inplace
- On line 39 of the readme there is an ambiguous
make pandas/dist/<>.tar.gz
that can be made unambiguous using shell expansion.