update toc

This commit is contained in:
2024-11-27 10:59:52 -05:00
parent 4d24970e04
commit e666f7cc01

View File

@@ -61,6 +61,9 @@
- [Python](#python) - [Python](#python)
- [Pyenv](#pyenv) - [Pyenv](#pyenv)
- [Poetry](#poetry) - [Poetry](#poetry)
- [Note Taking](#note-taking)
- [Calculator](#calculator)
- [Disk Usqage](#disk-usqage)
## Pacman Packages ## Pacman Packages
@@ -955,6 +958,7 @@ python -m pip install --user pipx
python -m pipx ensurepath python -m pipx ensurepath
pipx install poetry pipx install poetry
pipx ensurepath # source ~/.zshrc or ~/.bashrc
``` ```
Create a new project in the current directory Create a new project in the current directory