Install MakeHuman from source
masterTo run MakeHuman from source, follow these requirements and steps:
Prerequisites
- Python: Install Python 3.6.x or later. On Windows, you MUST use 64-bit Python; 32-bit is not supported.
- Git: Install git with LFS support. Ensure
gitis available in yourPATH.
Setup Steps
- Clone the repository:
(Or download the source as a ZIP).git clone https://github.com/makehumancommunity/makehuman.git - Download assets:
Run the
download_assets_git.pyscript located in themakehumansubdirectory. - (Optional) Compile assets:
Run
compile_models.py,compile_proxies.py, orcompile_targets.pyto prepare additional assets. - Install dependencies (see Installing python dependencies).