sync notes(auto)

This commit is contained in:
Kaz Saita(raspi4) 2024-03-30 11:45:21 +09:00
parent 8b49ad8ffe
commit cb144cdb7e

View file

@ -0,0 +1,13 @@
## 20231129211719 poetry
#tech #python
PoetryはPythonのパッケージマネージャの一つ。
インストールしたら、
```
$ poetry config virtualenvs.in-project true
```
を実行するのをわすれないで!!(何回も忘れた)
## Refs.
- [Poetryをサクッと使い始めてみる #Python - Qiita](https://qiita.com/ksato9700/items/b893cf1db83605898d8a)