Add details to docs on package install
modified: README.rst
This commit is contained in:
parent
64566d8b95
commit
812f67478a
1 changed files with 11 additions and 1 deletions
12
README.rst
12
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue