andreicozma1 / LeafNote

Repo for team 0x432d2d
1 stars 0 forks source link

LeafNote

1. Setup

  1. Clone Repository
    git clone https://github.com/UTK-CS340-Fall-2020/0x432d2d.git
    cd 0x432d2d
  1. Activate the Virtual Environment

    source .venv/bin/activate (Linux/macOS)
    .venv\Scripts\activate.bat (Windows)
  2. Install Dependencies

    pip3 install -r requirements.txt

2. Run LeafNote

3. Run Tests