How to install armory3d/armorpaint. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
armory3d/armorpaint Installation Guide
How to install armory3d/armorpaint. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for armory3d/armorpaint. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i armory3d/armorpaintor
Install via npx
npx @hexmos/ipm i armory3d/armorpaintPrerequisites
Git
version control systemVersion: >=2.0
Python
programming languageVersion: >=3.7
CMake
build systemVersion: >=3.16
Ninja
build systemVersion: >=1.10
Build-Essential
build toolsVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Build from Source (Linux/macOS)
git clone https://github.com/armory3d/armorpaint
cd armorpaint
sudo apt-get update -y
sudo apt-get install -y git build-essential cmake ninja-build python3 python3-pip
python3 -m pip install --user --upgrade pip setuptools
python3 setup.py installBuild from Source (Windows)
git clone https://github.com/armory3d/armorpaint
cd armorpaint
pip install --upgrade pip setuptools
python setup.py install