diff options
-rw-r--r-- | README.md | 10 | ||||
-rwxr-xr-x | diffcsv.py (renamed from hikakucsv.py) | 0 |
2 files changed, 5 insertions, 5 deletions
@@ -1,16 +1,16 @@ # hikakucsv # Install ``` -pip install pandas matplotlib streamlit +pip install pandas matplotlib streamlit numpy export PATH=$PATH:~/.local/bin ``` git clone ``` -git clone https://github.com/haturatu/hikakucsv -cd hikakucsv +git clone https://github.com/haturatu/diffcsv +cd diffcsv ``` # Run ``` -chmod +x hikakucsv.py -streamlit run hikakucsv.py +chmod +x diffcsv.py +streamlit run diffcsv.py ``` diff --git a/hikakucsv.py b/diffcsv.py index 5bfdb05..5bfdb05 100755 --- a/hikakucsv.py +++ b/diffcsv.py |