Reputation: 2253
I am trying to use sumologic-sdk package. I download the zip file from https://github.com/SumoLogic/sumologic-python-sdk. I use pycharm to code. Now my problems is:
2.Because my company has security system, I can not use cmd (command prompt).
3.I have tried powershell (windows 10), but 'pip' does not work.
So, my udnerstand is I have to install the zip package in pycharm. Or maybe there is another way that I do not know. Could anyone help me?
Upvotes: 0
Views: 4038
Reputation: 2253
PS C:\Users\fchen4\AppData\Local\Programs\Python\Python36\Scripts> .\pip.exe install sumologic-sdk
Using this way is ok.
Upvotes: 1
Reputation: 912
You don't need to download zip file first. And then add to pycharm. You need to follow below steps.
Note: You need an internet connection.
Upvotes: 1