Skip to content

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:

Now open Windows PowerShell from the Start Menu and follow the instructions from the README file, with some modifications:

  • Replace python3 with python.
  • 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 command conda install scipy, and try again.

Clone this wiki locally