Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 449 Bytes

File metadata and controls

15 lines (8 loc) · 449 Bytes

virtual-tools-backbone

Core code for virtual tools game worlds, built as a wrapper around pymunk / pygame

Setup

Clone this repo, then go into the top level directory, and:

  1. Create a conda environment called virtualtools (or any other name you'd like) using the command:

conda create --name virtualtools --file requirements.txt

  1. Add the python virtualtools package as a mutable install by using the command:

pip install -e .