# cmd
conda create --name sfm python=3.8 -y
conda activate sfm
pip install "git+https://github.com/Jordan-Pierce/Metashape-Azure.git"
If you are also running Metashape locally, you will need to run the install script as well:
# cmd
conda activate sfm
python install.py
Finally, to run the application, use the following command:
# cmd
metashape-azure-mls
- If authentication opens any browser other than
Edge
, please copy the URL and paste it intoEdge
to authenticate, as required from theAzure
SDK. - You must be connected to the network (i.e.,
VPN
) to access theAzure
services.