phantasma/README.md

9 lines
131 B
Markdown
Raw Normal View History

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