I want to make a file which when executed would install all the packages listed inside it like pip install numpy
,
pip install pandas
and others.
How is this done? please guide me to appropriate resources for learning. Thanks
I want to make a file which when executed would install all the packages listed inside it like pip install numpy
,
pip install pandas
and others.
How is this done? please guide me to appropriate resources for learning. Thanks