Use the package manager pip to install modules in Project.
pip install -r requirements.txt
Start session by typing:
. ./init.sh
Then browse catalog by typing:
browse
Create a profile:
create_profile Username Password clearance_level
Or sign into existing profile once a profile is created:
sign_in Username Password
To query the content of an image in catalog:
query catalog_item
To get a directory with all catalog items of certain label:
grab label [-a | --all] to_path
Or to get a directory with a specified amount of certain label:
grab label [-n | --num] amount to_path
When session finished:
sign_out
Or:
exit