mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 19:54:18 +01:00
Update README.md
This commit is contained in:
@@ -40,7 +40,7 @@ pip install cashu
|
|||||||
|
|
||||||
To update Cashu, use `pip install cashu -U`.
|
To update Cashu, use `pip install cashu -U`.
|
||||||
|
|
||||||
If you have problems running the command above on Ubuntu, run `sudo apt install -y pip pkg-config`. On macOS, you might have to run `pip install wheel` and `brew install pkg-config`.
|
If you have problems running the command above on Ubuntu, run `sudo apt install -y pip pkg-config` and `pip install wheel`. On macOS, you might have to run `pip install wheel` and `brew install pkg-config`.
|
||||||
|
|
||||||
You can skip the entire next section about Poetry and jump right to [Using Cashu](#using-cashu).
|
You can skip the entire next section about Poetry and jump right to [Using Cashu](#using-cashu).
|
||||||
|
|
||||||
@@ -51,8 +51,7 @@ These steps help you install Python via pyenv and Poetry. If you already have Po
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# on ubuntu:
|
# on ubuntu:
|
||||||
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev libssl-dev python3-dev libsqlite3-dev
|
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev libssl-dev python3-dev libsqlite3-dev ncurses-dev libbz2-dev libreadline-dev lzma-dev
|
||||||
# on mac: brew install postgres
|
|
||||||
|
|
||||||
# install python using pyenv
|
# install python using pyenv
|
||||||
curl https://pyenv.run | bash
|
curl https://pyenv.run | bash
|
||||||
@@ -71,7 +70,7 @@ source ~/.bashrc
|
|||||||
#### Poetry: Install Cashu
|
#### Poetry: Install Cashu
|
||||||
```bash
|
```bash
|
||||||
# install cashu
|
# install cashu
|
||||||
git clone https://github.com/callebtc/cashu.git
|
git clone https://github.com/callebtc/cashu.git --recurse-submodules
|
||||||
cd cashu
|
cd cashu
|
||||||
pyenv local 3.9.13
|
pyenv local 3.9.13
|
||||||
poetry install
|
poetry install
|
||||||
|
|||||||
Reference in New Issue
Block a user