Y-CChen / poetry_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poetry_template

tags: poetry_template

installation

  • with pip
    pip install poetry
    
  • without pip
    curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
    

2. poetry_template

  • install .venv
    • Development
      poetry install --no-root
      
    • Production
      poetry install --no-root --no-dev
      

About

License:MIT License


Languages

Language:Python 65.1%Language:Shell 34.9%