Closed VishnuSanal closed 11 months ago
Can you see if build and install can be simplified to one step.
Can you see if build and install can be simplified to one step.
only way I can find is using &&
to run both of the commands together. any other pointers?!
Check other libraries, pip documentation, stackoverflow, etc?
I saw the emoji. This is the "Installation" instructions, not build instructions. https://pip.pypa.io/en/stable/cli/pip_install/#examples has examples where you can directly install from remote git repo (merging all 4 steps into one).
@asdofindia PTAL
update build instructions to reflect this commit