airbnb/knowledge-repo

How do i run pip3 install from a particular branch?

mce16 opened this issue · 1 comments

mce16 commented

If i want to install from the following branch with pip3 or pip, what is the command like?

https://github.com/airbnb/knowledge-repo/tree/dorianbrown/plotly_rmd

Just checkout the branch locally and run pip install -e . to install from source