diff options
author | haturatu <warsaw21g@gmail.com> | 2024-06-15 15:12:35 +0900 |
---|---|---|
committer | haturatu <warsaw21g@gmail.com> | 2024-06-15 15:12:35 +0900 |
commit | e623cd9b8beacc3accdfe6021976b61a94911a6d (patch) | |
tree | 66bcde983e3ab95bd930a156c714336264fee585 | |
parent | 3849f9686c357f80e3b340595a4d3f695ab7a1d6 (diff) | |
parent | 8bc1f7430528b5a7c0303b72aaa0f8da058810a5 (diff) |
Merge branch 'main' of github.com:haturatu/hikakucsv
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1 +1,16 @@ # hikakucsv +# Install +``` +pip install pandas matplotlib streamlit +export PATH=$PATH:~/.local/bin +``` +git clone +``` +git clone https://github.com/haturatu/hikakucsv +cd hikakucsv +``` +# Run +``` +chmod +x hikakucsv.py +streamlit run hikakucsv.py +``` |