-
Notifications
You must be signed in to change notification settings - Fork 1
How to install this SDK
Andrew Petrov edited this page Jul 29, 2018
·
4 revisions
You have several ways to install this SDK
pip install dellemc-unity-sdk
or pip3 install dellemc-unity-sdk
link to pypi
git clone https://github.com/ansible-dellemc-unity/dellemc-unity-sdk.git
cd dellemc-unity-sdk
python setup.py sdist
sudo pip install dist/dellemc_unity_sdk.xxxx.tar.gz
git clone https://github.com/ansible-dellemc-unity/dellemc-unity-sdk.git
cd dellemc-unity-sdk
python setup.py sdist bdist_wheel
sudo pip install dist/dellemc_unity_sdk-XXXX-pyY-none-any.whl