Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed May 16, 2024
2 parents 7494f50 + 4ec548f commit d3f327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Create a new venv by running `"python -m venv venv"`
- Place .env file (based on .env_example) in main folder.
- Create a `LNbits` account on an accessible instance of your choice, enter one account's id and admin key (this account will create other accounts for the dvms)
- the framework will then automatically create keys, nip89 tags and zapable NIP57 `lightning addresses` for your dvms in this file.
- Activate the venv by typing `".venv\Scripts\activate"` on Windows or `"source .venv/bin/activate"` otherwise
- Activate the venv by typing `".venv\Scripts\activate"` on Windows or `"source venv/bin/activate"` otherwise
- pip install nostr-dvm
- Run python3 main.py. (or check single examples in the example folder)

Expand Down

0 comments on commit d3f327d

Please sign in to comment.