Skip to content

Installation

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/URV-teacher/bmde
    
  2. Enter the directory
    cd bmde
    
  3. Install package
    make install
    
  4. Call the CLI help to check that it has been installed properly
    ./venv/bin/bmde --help
    

Install pre-commit hooks:

./venv/bin/pre-commit install