update readme [ci skip]

This commit is contained in:
virusdefender 2016-01-24 10:33:25 +08:00
parent 77e522c279
commit dc6be928e7

View File

@ -4,9 +4,19 @@
OnlineJudge 判题沙箱
demo and usage:
##Python api 使用方法
见 demo
```
sudo python setup.py install
cd demo && sudo python demo.py
```
##C语言 api 使用方法
`#include "runner.c"`即可,然后传入 `config``result` 的结构体指针。
##注意
- 因为需要切换为 `nobody` 用户运行用户代码,所以需要 `root` 权限启动。
- Python api 请不要使用中文 Unicode。