Development Environment Setup

Setup Python

Download and install the latest Python 2.7.X

Open the command line and run the following commands:

pip install flake8
pip install pep8
pip install pyflakes

Downloading Atom

The recommended text editor for modding Crea is Atom. Atom supports syntax highlighting and many packages to make your life easier.

Download Atom Here

Setting Up Atom

Once Atom has been installed you will want to setup the packages.

Setup both linter-pep8 and linter-flake8 to ignore error code ‘E251’ and have a max line length of 300.

‘Open Your Config’ and add to the bottom the following:

"file-types":
  ce: "source.python"