-
Notifications
You must be signed in to change notification settings - Fork 1
Windows instructions
Sebastiaan Lokhorst edited this page Jul 16, 2017
·
4 revisions
To use CSTool on Windows 10 (Pro or Enterprise required), you need to install the following dependencies:
- Anaconda (Python 3 version)
- Docker
- Git for Windows
Now open Windows PowerShell from the Start Menu and follow the instructions from the README file, with some modifications:
- Replace
python3withpython. - Skip the two commands in the create a virtual environment step.
If you get this error when installing:
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found, run the commandconda install scipy, and try again.