Update README.md-install nutshell into nutshell dir (#713)

This commit is contained in:
findingsov
2025-03-05 08:35:05 -05:00
committed by GitHub
parent 2107c806c6
commit 8555c020d4

View File

@@ -88,11 +88,11 @@ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
echo export PATH=\"$HOME/.local/bin:$PATH\" >> ~/.bashrc echo export PATH=\"$HOME/.local/bin:$PATH\" >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
``` ```
#### Poetry: Install Cashu #### Poetry: Install Cashu Nutshell
```bash ```bash
# install cashu # install nutshell
git clone https://github.com/cashubtc/nutshell.git cashu git clone https://github.com/cashubtc/nutshell.git nutshell
cd cashu cd nutshell
git checkout <latest_tag> git checkout <latest_tag>
pyenv local 3.10.4 pyenv local 3.10.4
poetry install poetry install