/ship

Primary LanguagePython

Install poetry

It for dependency management

Install

brew install poetry

usage

Because default, it use current activating env. If no, it will create new one at ~/Library/Caches/pypoetry

  • poetry install to install all dependencies
  • poetry add package_name to install new package