Skip to content

Commit

Permalink
Limit sqlalchemy to version 1 in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Dec 16, 2023
1 parent 4652b4c commit 6c0a5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributer_guide/vngshare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bind_IP_address> [--port <port_number>]]
Expand Down

0 comments on commit 6c0a5e3

Please sign in to comment.