Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 391 Bytes

File metadata and controls

35 lines (23 loc) · 391 Bytes

Code.py

尝试写一款闹着玩的 Python Web IDE。

环境要求

  • Python 3.6+
  • Node 10+

使用

代码启动

从代码启动,如下命令:

$ cd codepy-server
$ pip3 install -r requriements.txt
$ python3 ./src/main.py

$ cd codepy-web
$ yarn
$ yarn start

Docker 启动

即将支持...

License