modified: README.md

modified:   __pycache__/model_connector.cpython-313.pyc
	modified:   model_connector.py
This commit is contained in:
chenwu 2025-03-16 00:02:39 +08:00
parent 00392d28e3
commit 382be91e63
3 changed files with 2 additions and 2 deletions

View File

@ -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
``` ```

View File

@ -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