Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 695 Bytes

File metadata and controls

40 lines (33 loc) · 695 Bytes

Open Insect ID Mobile App

Installation

  • Quick launch (Linux)
git clone https://github.com/Open-Insect-Id/insect-mobile-app
cd insect-mobile-app
python -m venv venv
pip install -r requirements.txt
flet run

Clone the project

git clone https://github.com/Open-Insect-Id/insect-mobile-app
cd insect-mobile-app

Switch to venv (virtual environment)

  • Linux
python -m venv venv
  • Windows
python.exe -m venv .venv

Install dependencies

pip install -r requirements.txt

Run the app

flet run

For more details on running the app, refer to the Getting Started Guide.