Activate virtual environment:
- create
python -m venv .venv
- activate
source .venv/bin/activate
- install package and its requirements
pip install -e .
python test.py
will run an interactive demo.
View documentation on readthedocs.io.
See CHANGELOG.
Activate virtual environment:
python -m venv .venv
source .venv/bin/activate
pip install -e .
python test.py
will run an interactive demo.
View documentation on readthedocs.io.
See CHANGELOG.