Skip to content

Windows Installation without Anaconda

Natalia Rozengard edited this page Aug 28, 2018 · 4 revisions

Installing the necessary python libraries:

  • If you don't have python (3.6 and above) installed, install python 3.6 from here.
  • You need to run the mmvt setup with the new python you've just installed (or with the python 3.6 and above you've already have installed). To find where the python.exe is located, open "Python 3.6 (64/32-bit)" application (or the already installed one), and write this command:

import os, sys; os.path.dirname(sys.executable)

The directory supposes to be something like: "C:\Users\your_user_name\AppData\Local\Programs\Python\Python36".

  • Open the command prompt (run -> cmd), cd to the mmvt-code folder and run the mmvt setup: python-dir\python -m src.setup where python-dir is the folder where python is installed.