Documentation for Engine3D, to look at how to get started
To install the dependencies make sure you have python and pip pre-installed already on your system.
Check https://sfsu-dev.github.io/engine3d.github.io to learn mode.
- Create virtualenv
python3 -m venv venv
- Activate virtualenv
source venv/bin/activate
- Installing the dependencies for this project.
pip install -r requirements.txt