mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-06 04:11:41 +00:00
10 lines
168 B
Bash
Executable File
10 lines
168 B
Bash
Executable File
cd ../../bindings/Python
|
|
rm -r build
|
|
python setup.py install
|
|
rm -r build
|
|
python3 setup.py install
|
|
cd ../../tests/Python_and_core
|
|
python test.py
|
|
slepp 3
|
|
python3 test.py
|