Adds installation instruction in the README (closes #22)

This commit is contained in:
Fabien LOISON 2018-11-20 11:21:15 +01:00
parent 28a28dac8d
commit 9f19a8ea25
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 33 additions and 0 deletions

View File

@ -36,6 +36,39 @@ Convert and optimize a 3D model from CLI::
.. _assimp: https://github.com/assimp/assimp
Install
-------
From PYPI (Linux / Mac OS?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Run the following command (as ``root`` on Linux)::
pip install yoga
From this repository (Linux / Mac OS?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Clone the repository::
git clone https://github.com/wanadev/yoga.git
Go to the project's directory::
cd yoga
Build and install using the following command::
python setup.py install
Windows
~~~~~~~
Building YOGA on Windows is not supported yet...
Changelog
---------