Add disclaimer to README

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-01-17 08:44:27 -05:00
parent f5ccf8c695
commit 7576242a71

View File

@@ -4,6 +4,13 @@ Market simulator.
Details coming soon... Details coming soon...
# Disclaimer
This is currently in-development. I'm actively deleting migrations, because I want to avoid a lot of
migrations as I feel out what the models should look like for the initial release. Until this
software reaches a point release, don't expect your database to be compatible from one commit to the
next.
# Running # Running
1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`) 1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`)