Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

installing required libraries in conda environment

python3 -m pip install -r requirements.txt
## enter the name of all the libraries in requirements.txt file which looks like:
requests==2.18.4
google-auth==1.1.0
matplotlib
numpy
Source by packaging.python.org #
 
PREVIOUS NEXT
Tagged: #installing #required #libraries #conda #environment
ADD COMMENT
Topic
Name
1+7 =