Skip to content

Commit

Permalink
Update website/docs/Installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Li Jiang <[email protected]>
  • Loading branch information
rlam3 and thinkall committed Dec 25, 2023
1 parent 7638a4e commit 3832a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3832a8a

Please sign in to comment.