Usage
Installation
To use bgameb
, first install it using pip:
pip install bgameb
Dev installation
Create virtual environment for project and activate it:
virualenv -p python venv
pip install bgameb[dev]
Or install from local source:
pip install -e .[dev]
Use ipython for development from env:
python -m IPython