ec7764afc3f5b5cdda732e8cca420cfd4b4b90b5
tea3-py
install
python -m venv .venv
source .venv/bin/activate
pip install -e .
run tests
pip install pytest
pytest
run sagemath script
deactivate the venv first, then with sagemath installed:
./run_sage.sh
Description
Languages
Python
99.7%
Shell
0.3%