Add details to docs on package install

modified:   README.rst
This commit is contained in:
Russell Ballestrini 2025-03-01 11:20:19 -05:00
parent 64566d8b95
commit 812f67478a

View file

@ -190,7 +190,17 @@ Operating a server with Python packages instead of source
*Note: A plain `pip install remarkbox` automatically chooses between the Python3 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