macos install

This commit is contained in:
callebtc
2022-09-25 11:08:41 +03:00
parent 414e07666c
commit c970448c62

View File

@@ -16,7 +16,7 @@ The easiest way to use Cashu is to install the package it via pip:
pip install cashu pip install cashu
``` ```
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 libpq-dev`. 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 libpq-dev`. On macOS, run `brew install postgresql`.
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).