POC code testing out the Esper ECS library.
- Create virtual environment:
python -m venv .venv
- Activate virtual environment:
source .venv/bin/activate
- Install requirements:
pip install -r requirements.txt
To run: python main.py
POC code testing out the Esper ECS library.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
To run: python main.py