modified: README.md
modified: __pycache__/model_connector.cpython-313.pyc modified: model_connector.py
This commit is contained in:
parent
00392d28e3
commit
382be91e63
@ -22,7 +22,7 @@ A Flask web application that visualizes the dependency relationships between mea
|
|||||||
|
|
||||||
1. Clone this repository:
|
1. Clone this repository:
|
||||||
```
|
```
|
||||||
git clone https://github.com/yourusername/pbi-measure-callgraph.git
|
git clone https://git.chenwuzhu.cn/chenwu/PBI-Measure-CallGraph.git
|
||||||
cd pbi-measure-callgraph
|
cd pbi-measure-callgraph
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
from sys import path
|
from sys import path
|
||||||
path.append('D:\\Personal_Files\\document\\GitHub\\Test\\MSNET')
|
path.append('D:\\Personal_Files\\document\\GitHub\\PBI-MEASURE-GRAPH\\MSNET')
|
||||||
|
|
||||||
import pyadomd
|
import pyadomd
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
Loading…
Reference in New Issue
Block a user