summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturau <135221985+haturatu@users.noreply.github.com>2024-06-13 03:06:39 +0900
committerGitHub <noreply@github.com>2024-06-13 03:06:39 +0900
commit078a2a0c344454ef9cee6066659c1d3147375a4b (patch)
treedb18e2f415e4a9325dcf006c597d0c4f747b5805 /README.md
parent448dad696147a15d475a5a52a84ef77c8ffa4078 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81a3c57..438595b 100644
--- a/README.md
+++ b/README.md
@@ -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
+```