]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Restate installation and tutorial in terms of a virtualenv
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Nov 2019 00:13:11 +0000 (19:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Nov 2019 00:15:39 +0000 (19:15 -0500)
commit98bb57133bae6cc5ebd72fbc09cd5ccd056bdf0b
tree89c435209d6dda0260eaa681a4642fc2fc0799ac
parentbf462e637ed38bf19e0dbf2b6a007fa2468fcfef
Restate installation and tutorial in terms of a virtualenv

Since we have things like "cd myproject" in the documentation,
we are assuming some knowledge of how the project is set up.
As the vast majority of projects will have import statements
in their env.py, restate this documentation in terms of a
virtual environment where the local project is installed
in editable mode.

Change-Id: I6a11c5077c02a00145cb882b43d6c9a7c986e375
Fixes: #625
docs/build/front.rst
docs/build/tutorial.rst