Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 835 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 835 Bytes

TibaMe Project

Trip Attraction Analysis and Website.

Tech Stack

  • Python 3.12
  • ...

Usage

  1. Install packages
# install all packages specified in Pipfile.lock.
pipenv sync
  1. Install pre-commit
# enter pipenv virtual env
pipenv shell
# install pre-commit
pre-commit install
pre-commit install --hook-type commit-msg

# if want to exit virtual environment
exit

See more pipenv commands.

  1. run
# if not in virtual environmentm need to enter first
pipenv shell

python <python_filename.py>
  1. if install package
pipenv install <package_name>

Commit rule

following conventional commit message.