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
? It seems setup.py
installs my package and all dependencies.
How to use setup.py to install dependencies only?
7.8k views Asked by Cory At
3
Use the -e flag on pip install