Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
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/armorpaint
or

Install via npx

npx @hexmos/ipm i armory3d/armorpaint

Prerequisites

Git

version control system

Version: >=2.0

Python

programming language

Version: >=3.7

CMake

build system

Version: >=3.16

Ninja

build system

Version: >=1.10

Build-Essential

build tools

Version: 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 install

Build from Source (Windows)

git clone https://github.com/armory3d/armorpaint

cd armorpaint

pip install --upgrade pip setuptools

python setup.py install