Memasang pustaka yang diperlukan di lingkungan Conda

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
Proud Puma