j1c / python-template

my template for python environment using poetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_template

My template for python environment using poetry which includes commonly used packages for my work.

How to use

  1. Ensure you have at least python 3.8 installed.

  2. Install poetry using the installer script

curl -sSL https://install.python-poetry.org | python3 -
  1. Clone the repository
git clone https://github.com/j1c/python-template
  1. Change directory and install the dependencies using poetry
cd python-template
poetry install

About

my template for python environment using poetry

License:MIT License