Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python dependency installation specifications. #1958

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/BuildDigitsWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ After that compiler is installed, finish the above python -m pip install command

At this moment, do not install gevent yet. We need to install it after installing DIGITS.

However, these .whl installation method is no longer recommended. This is due to the vesion of the python packages supported by digits such as specified in the requirements.txt file (~\digits\requirements.txt) are nomlonger hosted there. Therefore, it's much better to install it via Conda. Follow the instructions at https://conda.io/docs/user-guide/install/windows.html . During installation , please configure that anaconda is added to PATH and is recognized as a pythonpath.
Afterwards, intall the python packages according to the requirements.txt file by using the
conda install (packagename)=(packageversion)
command in CMD, running as administrator. That way, it's simpler and you would be able to install the suitable version.

### CUDA 7.5
CUDA 7.5 can be obtained at NVIDIA CUDA (https://developer.nvidia.com/cuda-downloads).
Please select Windows 7 to download.
Expand Down