py3dtiles_batcher icon indicating copy to clipboard operation
py3dtiles_batcher copied to clipboard

exe file location

Open yaryaraldebaran opened this issue 4 years ago • 1 comments

it is said in this repo command example that we can run with exe file, where can i find the py3dtiles_batcher.exe ?

yaryaraldebaran avatar Oct 12 '21 13:10 yaryaraldebaran

If you install the package with the following instructions :

$ git clone https://github.com/Tofull/py3dtiles_batcher
$ cd py3dtiles_batcher
$ pip install .

then you should get the py3dtiles_batcher.exe available in your path, because pip will create it automatically.

Tofull avatar Oct 12 '21 17:10 Tofull