Installation From Source#

First step is to clone the repository:

git clone https://github.com/pythonarcade/arcade.git

Or download from:

Next, we’ll create a linked install. This will allow you to change files in the arcade directory, and is great if you want to modify the Arcade library code. From the root directory of arcade type:

pip install -e .

To install additional documentation and development requirements:

pip install -e .[dev]