docs: Updated winbuild docs and distributed Windows README

This commit is contained in:
Fabien LOISON 2024-03-20 13:55:08 +01:00
parent 7098c7f519
commit b8308c5098
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 3 additions and 8 deletions

View File

@ -4,13 +4,13 @@
YOGA is a command-line tool that:
* converts and optimizes images from various format to JPEG and PNG,
* converts and optimizes 3D models from various formats to GLB.
* converts and optimizes images from various format to JPEG, PNG and WebP,
* converts and optimizes 3D models from various formats to glTF and GLB.
## Install
YOGA does not need any installation. Just unzip the content of this directory
YOGA does not need any installation. Just unzip the content of this archive
and you are ready to go! :)

View File

@ -9,11 +9,6 @@
* Visual Studio Build Tools (MSVC and MSBuild)
## Build and install from PYPI
pip install yoga
## Build standalone version from source
Clone this repository (using Git Bash):