I am not interested in installing my package itself but I am interested installing all the dependencies used by my package. Is there a way to do this using setup.py
setup.py
Use the -e flag on pip install
pip install -e .