diff --git a/docs/build/front.rst b/docs/build/front.rst index 4f1bbe2e..f583a544 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -50,7 +50,7 @@ The install will add the ``alembic`` command to the virtual environment. All operations with Alembic in terms of this specific virtual environment will then proceed through the usage of this command, as in:: - $ /path/to/your/project/.venv/bin/alembic init . + $ /path/to/your/project/.venv/bin/alembic init alembic The next step is **optional**. If our project itself has a ``setup.py`` file, we can also install it in the local virtual environment in