diff --git a/examples/tts_dvm/README.md b/examples/tts_dvm/README.md index 2709125..d40bb1b 100644 --- a/examples/tts_dvm/README.md +++ b/examples/tts_dvm/README.md @@ -3,7 +3,7 @@ Projects in this folder contain ready-to-use DVMs. To tun the DVM following the next steps: ## To get started: -- Install Python 3.10 +- Install Python (tested on 3.10/3.11) Create a new venv in this directory by opening the terminal here, or navigate to this directory and type: `"python -m venv venv"` @@ -23,4 +23,4 @@ Create a new venv in this directory by opening the terminal here, or navigate to `admin_config.UPDATE_PROFILE` to `True` to announce the NIP89 info and update the npubs profile automatically. - After this was successful you can set these back to False until the next time you want to update the NIP89 or profile. -You are now running your own DVM. \ No newline at end of file +You are now running your own DVM.