You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YellWOWPages/README.md

20 lines
353 B

## YellWOWPages
Wownero yellow pages web-application - lookup the WOW address of users.
### Installation
```bash
2 years ago
git clone gitea@git.wownero.com:wownero/YellWOWPages.git
cd YellWOWPages
pip install -r requirements.txt
cp settings.py_example settings.py
```
Change `settings.py` to your liking. Then run the application:
```bash
python3 run.py
```