Skip to content

Commit

Permalink
chore: improve wording about virtual environments in quickstart (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored Feb 13, 2025
1 parent d9c050c commit 914f843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/getting-started/local_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: >
This guide assumes you have already done the following:

1. Installed [Python 3.9+][install-python] (including [pip][install-pip] and
something like [venv][install-venv] for managing dependencies)
your preferred virtual environment tool for managing dependencies e.g. [venv][install-venv])
1. Installed [PostgreSQL 16+ and the `psql` client][install-postgres]
1. Completed setup for usage with a [LangChain chat model][lc-chat], such as:
- [`langchain-vertexai` package][install-vertexai]
Expand Down

0 comments on commit 914f843

Please sign in to comment.