summaryrefslogtreecommitdiff
path: root/README.md
blob: 9c3645e63dc19e519f8b73e4d75cc46bee7bc35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# hikakucsv
# Install
```
pip install pandas matplotlib streamlit numpy
export PATH=$PATH:~/.local/bin
```
git clone
```
git clone https://github.com/haturatu/diffcsv
cd diffcsv
```
# Run
```
chmod +x diffcsv.py
streamlit run diffcsv.py
```