File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/sourceplusplus?color=blue )] ( https://pypi.org/project/sourceplusplus/ )
5
5
[ ![ E2E] ( https://github.com/sourceplusplus/probe-python/actions/workflows/e2e.yml/badge.svg )] ( https://github.com/sourceplusplus/probe-python/actions/workflows/e2e.yml )
6
6
7
- # What is this?
7
+ ## What is this?
8
8
9
9
This project provides Python support to the [ Source++] ( https://github.com/sourceplusplus/live-platform ) open-source live coding platform.
10
10
11
- # Usage
11
+ ## Usage
12
12
13
13
- ` pip install sourceplusplus `
14
14
15
- ## Attach
15
+ ### Attach
16
16
17
17
``` python
18
18
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
19
19
SourcePlusPlus().attach()
20
20
```
21
21
22
- ### Config
22
+ #### Config
23
23
24
24
Add ` spp-probe.yml ` to working directory (or set ` SPP_PROBE_CONFIG_FILE ` env):
25
25
You can’t perform that action at this time.
0 commit comments