sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-04-18 14:00:08 +09:00
parent b8c8b390bd
commit 6a8fb3412f

View file

@ -2,6 +2,11 @@
#tech #python #tech #python
PoetryはPythonのパッケージマネージャの一つ。 PoetryはPythonのパッケージマネージャの一つ。
インストールは debian系であれば
```bash
curl -sSL https://install.python-poetry.org | python3 -
```
インストールしたら、 インストールしたら、
``` ```
$ poetry config virtualenvs.in-project true $ poetry config virtualenvs.in-project true