File size: 336 Bytes
7d44210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Running with fastapi

We currently support fastapi in order to solve sub-path deploy issue.

1. checkout to `subpath` branch

``` sh
git checkout subpath
```


2. merge lastest features (optional)

``` sh
git merge master
```

3. change CUSTOM_PATH setting in `config.py`

``` sh
nano config.py
```

4. Go!

``` sh
python main.py
```