From 812f67478af280a30ba6ee1493088969ca2a367d Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 1 Mar 2025 11:20:19 -0500 Subject: [PATCH] Add details to docs on package install modified: README.rst --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9566a95..06e9e09 100644 --- a/README.rst +++ b/README.rst @@ -190,7 +190,17 @@ Operating a server with Python packages instead of source *Note: A plain `pip install remarkbox` automatically chooses between the Python‑3 or WSL requirements.* -5. **Start the Development Server (Waitress):** +5. **Create Database** + +.. code-block:: bash + + remarkbox_init_db development.ini + +.. code-block:: bash + + alembic -c development.ini stamp head + +6. **Start the Development Server (Waitress):** .. code-block:: bash