-
Notifications
You must be signed in to change notification settings - Fork 6
Install DukeDSClient under Windows
The most reliable way to install DukeDSClient on Windows is using a python virtual environment.
Steps
- Download and Install Python
- Create a Virtual Environment
- Create a Shortcut that activates the Virtual Environment
- Install DDS in the Virtual Environment

Go to https://www.python.org/downloads/ and click the Download Python button.

Run the Python Installer using the default options

Click search, then type "cmd" into the box, then select "Command Prompt"

Within the command prompt window type the following command:
py -3 -m venv %HOMEPATH%\dds
If you receive a Command Not Found error for the above command use this command instead:
python3 -m venv %HOMEPATH%\dds

Right-click on your desktop, choose New -> Shortcut

Setup the shortcut location to activate the virtual environment
C:\Windows\System32\cmd.exe /K %HOMEPATH%\dds\Scripts\activate
Then Click Next

Enter the following for the shortcut name:
DukeDSClient-Terminal
Then Click Finish


Double-click your DukeDSClient-Terminal desktop shortcut
In the Command Prompt window install DukeDSClient using the following command:
pip3 install --upgrade DukeDSClient