From 3832a8a77042ef85cba36faa18189d13dbe6f03f Mon Sep 17 00:00:00 2001 From: rlam3 Date: Mon, 25 Dec 2023 00:33:27 -0500 Subject: [PATCH] Update website/docs/Installation.md Co-authored-by: Li Jiang --- website/docs/Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 0affd09287b4..f744ecdd2b79 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -35,8 +35,7 @@ conda deactivate Another option is with `poetry`, which is a dependency manager for Python. -[Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Poetry offers a lockfile to ensure repeatable installs, and can build your project for distribution. -](https://python-poetry.org/docs/) +[Poetry](https://python-poetry.org/docs/) is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Poetry offers a lockfile to ensure repeatable installs, and can build your project for distribution. You can install it by following [this doc](https://python-poetry.org/docs/#installation), and then create a virtual environment as below: