To using this boilerplate, i recommend use virtualenv.
- Clone this project to yours computer
$ git clone https://github.com/boengkar2020/bottle-buefy.git
- Create virtualenv
$ cd bottle-buefy
$ virtualenv -p python3 venv
$ source venv/bin/activate
- Install requirements for this project
(venv) $ pip install requirements.txt
- Run project
(venv) $ python app.py