Setup Development Environment
Define the development environment required for the RenPy Translator project.
Requirements
- Python 3.10+
- Git
- Virtual environment support
Tasks
Example Setup
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Goal
Ensure contributors can easily set up the development environment.
Setup Development Environment
Define the development environment required for the RenPy Translator project.
Requirements
Tasks
requirements.txtExample Setup
Goal
Ensure contributors can easily set up the development environment.