Trip Attraction Analysis and Website.
- Python 3.12
- ...
- Install packages
# install all packages specified in Pipfile.lock.
pipenv sync
- 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.
- run
# if not in virtual environmentm need to enter first
pipenv shell
python <python_filename.py>
- if install package
pipenv install <package_name>
following conventional commit message.