Skip to content

Installation guideline

Vu Tuan Hai edited this page Apr 10, 2024 · 2 revisions

Step 1. Clone qoop to your base code

git clone https://github.com/vutuanhai237/qoop.git

Step 2. Install all needed packages.

cd qoop
pip install -r requirements.txt

Step 3. Define the path carefully. Example:

your_repo\
--codes\
  --a.py
  --b.py
  --qoop\
--dataset\
--images\

Then, if you want to use qoop in file a.py, you must add the below lines

import sys
sys.path.insert(0, '..')