Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 266 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 266 Bytes

offmark-py

Environment

# Dependencies
pdm install

# Virtual environment
pdm venv list
eval $(pdm venv activate your_venv_name)

Run/Test

cd tests
python mark.py
python detect.py

python test.py

Build

pdm build