Added note on running MVT on Windows

This commit is contained in:
Nex 2021-08-03 10:24:38 +02:00
parent 6ef5b9d311
commit 12e0f14400
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ brew install python3 libusb sqlite3
*libusb* is not required if you intend to only use `mvt-ios` and not `mvt-android`.
## MVT on Windows
MVT is currently not officially supported to run natively on Windows. While most functionality should work out of the box, there are known issues especially with `mvt-android`.
It is recommended to try installing and running MVT from [Windows Subsystem Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/about) and follow Linux installation instructions for your distribution of choice.
## Installing MVT
If you haven't done so, you can add this to your `.bashrc` or `.zshrc` file in order to add locally installed Pypi binaries to your `$PATH`: