From 6c0a5e30b5b6500fab19fd3b46a7b7f086047a76 Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sat, 16 Dec 2023 11:09:15 +0100 Subject: [PATCH] Limit sqlalchemy to version 1 in docs. --- docs/contributer_guide/vngshare.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributer_guide/vngshare.rst b/docs/contributer_guide/vngshare.rst index c6a94968..dded8193 100644 --- a/docs/contributer_guide/vngshare.rst +++ b/docs/contributer_guide/vngshare.rst @@ -8,7 +8,7 @@ For detailed instructions, see :doc:`install`. .. code:: bash - pip3 install tornado jupyterhub sqlalchemy + pip3 install tornado jupyterhub "sqlalchemy<2" cd ngshare python3 vngshare.py [--host [--port ]]