SimpleNostr
Revision as of 02:13, 9 October 2023 by RobertBushman (talk | contribs) (Created page with "Category:Nostr = Install = <pre> sudo apt install python3-venv pip3 install virtualenv git clone https://github.com/ksfi/simple-nostr.git cd simple-nostr python3 -m venv bobenv source ./bobenv/bin/activate ... deactivate </pre>")
Install
sudo apt install python3-venv pip3 install virtualenv git clone https://github.com/ksfi/simple-nostr.git cd simple-nostr python3 -m venv bobenv source ./bobenv/bin/activate ... deactivate