keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

2022-09-01から1日間の記事一覧

pip、requirements.txt で見かける、"~="の意味は?

pip、requirements.txt で見かける、"~="の意味は? 回答 https://stackoverflow.com/questions/39590187/in-requirements-txt-what-does-tilde-equals-mean を見て下さい。 上記から引用します。 これは、0.6.10 以上で 0.6.* 版のパッケージの最新版を選択…