Install# Clone# git clone git@github.com:CroMarmot/yxr-atcoder-core.git cd yxr-atcoder-core Setup venv# python3 -m venv venv Enable venv# . venv/bin/activate Install dependencies# pip3 install . pip3 install .[test] Build# python -m build