diff options
author | taro <test@test.com> | 2024-06-19 13:07:00 +0900 |
---|---|---|
committer | taro <test@test.com> | 2024-06-19 13:07:00 +0900 |
commit | fa8d2a47dd02903dabbb3a9ac0252a4fa8f8f7f2 (patch) | |
tree | d0e44940ecd223819b7393a97467fdb6dd18d093 | |
parent | 3cf49fd8260a7666b467445354e9c8d3f8897b03 (diff) |
-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 |