redmarkets-negotiation/README.md

18 lines
215 B
Markdown
Raw Permalink Normal View History

2020-04-19 03:38:31 +00:00
# Installlation
## Prerequisites
2020-04-19 23:52:13 +00:00
apt install pipenv
## Dependency installation
pipenv sync
2020-04-19 03:38:31 +00:00
## Running
2020-04-19 23:52:13 +00:00
FLASK_ENV=development FLASK_APP=negotiation.py pipenv run ./negotiation.py
2020-04-19 03:38:31 +00:00
# License
AGPLv3+