diff options
| author | haturau <135221985+haturatu@users.noreply.github.com> | 2024-06-13 03:06:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 03:06:39 +0900 |
| commit | 078a2a0c344454ef9cee6066659c1d3147375a4b (patch) | |
| tree | db18e2f415e4a9325dcf006c597d0c4f747b5805 | |
| parent | 448dad696147a15d475a5a52a84ef77c8ffa4078 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1 +1,16 @@ # hikakucsv +# Install +``` +pip install pandas matplotlib +export PATH=$PATH:~/.local/bin +``` +git clone +``` +git clone git@github.com:haturatu/hikakucsv.git +cd hikakucsv +``` +# Run +``` +chmod +x hikakucsv.py +streamlit run hikakucsv.py +``` |
