Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 749 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 749 Bytes

Metashape Azure

# 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

Notes

  • If authentication opens any browser other than Edge, please copy the URL and paste it into Edge to authenticate, as required from the Azure SDK.
  • You must be connected to the network (i.e., VPN) to access the Azure services.

Metashape-Azure-MLS