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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
POC code testing out the Esper ECS library.
python -m venv .venvsource .venv/bin/activatepip install -r requirements.txtTo run: python main.py