diff options
author | haturatu <taro@eyes4you.org> | 2025-04-10 23:45:36 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-04-10 23:45:36 +0900 |
commit | b6e6016f264e30bdfb68aab774af4f2f6ccfd4e3 (patch) | |
tree | 155cbb1e957acc13b0ffeb22a82e979f84471857 | |
parent | 4cbcafaf8422e509718837926ebc737a810007c9 (diff) |
fix: update readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # wip -@@wowowo-wo +@wowowo-wo # Usage pyenv setup @@ -23,6 +23,7 @@ source ~/.bashrc ``` ```bash +cd ~ ; mkdir git ; cd git ; git clone https://github.com/haturatu/ricci_curvature_on_graph ; cd ricci_curvature_on_graph # pyenvの仮想環境としてライブラリが対応しているPythonのバージョンをインストール pyenv install 3.10.13 |