AIONostr: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
(Created page with "Category:Nostr = Links = * Git: https://github.com/davestgermain/aionostr = Install =")
 
Line 3: Line 3:
* Git: https://github.com/davestgermain/aionostr
* Git: https://github.com/davestgermain/aionostr
= Install =
= Install =
Installing on a node that is already running Strfry, so basic system setup is done.
<pre>
sudo apt install python3-venv
pip3 install virtualenv
git clone https://github.com/davestgermain/aionostr
cd aionostr
python3 -m venv bobenv
source ./bobenv/bin/activate
</pre>

Revision as of 01:57, 9 October 2023

Links

Install

Installing on a node that is already running Strfry, so basic system setup is done.

sudo apt install python3-venv
pip3 install virtualenv
git clone https://github.com/davestgermain/aionostr
cd aionostr
python3 -m venv bobenv
source ./bobenv/bin/activate