You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
make pandas/dist/<>.tar.gz
that can be made unambiguous using shell expansion.The text was updated successfully, but these errors were encountered: