Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 201 Bytes

File metadata and controls

14 lines (11 loc) · 201 Bytes
git clone git@github.com:ok-42/matrix-cpp.git
cd matrix-cpp/
python3 -m venv venv
python3 setup.py install
python3 test/benchmark.py

Tests

python3 -m unittest test/test.py