This repository was archived by the owner on Jun 12, 2023. It is now read-only.
This repository was archived by the owner on Jun 12, 2023. It is now read-only.
ENH: set version as shell variable #15
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels