phantasma/README.md

10 lines
155 B
Markdown
Raw Normal View History

Getting started:
```
python3 -m venv venv
./venv/bin/pip install -r requirements.txt
./manage.py migrate
./manage.py load_titles
./mange.py runserver
```