summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index fa1764d..9c3645e 100644
--- a/README.md
+++ b/README.md
@@ -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
```