Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 579 Bytes

Arcadoid

by Alessio Cecchin 4 Arcademy

Installation

You need python3 and pip3 support

Using venv:

python3 -m venv arcadenv
source arcadenv/bin/activate
pip3 install -r requirements.txt
Recommended

Install Tiled editor

Note

You are free to change the virtual environment name (arcadenv, in the example) but you need to add it on your .gitignore file.

echo my_customized_venv_path >> .gitignore

IDE

PyCharm CE from JetBrains is the recommended IDE.