tree: a4276252bbcf52f3d79749f1530aab8992adb1b6 [path history] [tgz]
  1. analysis-tool/
  2. collection-tool/
  3. fpstudy-image-builder/
  4. power-button/
  5. .project_alias
  6. BPET.md
  7. python-venv-setup.sh
  8. QUALIFICATION.md
  9. README.md
  10. sourceme.bash
biod/study/README.md

Fingerprint Study Tools

This directory holds many tools that pertain to fingerprint system evaluation.

VSCode Python Completion

  1. Run python-venv-setup.sh to create the Python virtual environment.
  2. Open the platform2/biod directory in VS Code. You must explicitly open this directory for the biod/pyproject.toml to automatically configure VS Code for Python.

Terminal/Shell Python Setup

  1. Run python-venv-setup.sh, as mentioned above.
  2. Run . sourceme.bash from any terminal that you will be developing with, to activate the Python3 virtual environment. This will need to be rerun in every new terminal/shell.