The purpose of this project is to use to play around. It uses pipenv and has its own requirements.txt
- with an empty folder
- open terminal
- please install git before you continue
- write:
git clone https://github.com/baylagas/python-template-2023.git
then press enter
pip install pipenv --user
pipenv shell
pipenv install -r requirements.txt
message = "hello world"
print(message)