This cross-platform app was generated by Briefcase - part of The BeeWare Project. If you want to see more tools like Briefcase, please consider becoming a financial member of BeeWare.
My first application
- Clone this repo:
git clone [email protected]:mattcen/idea-eater.git
- Create a Python virtual environment:
python3 -m venv beeware-venv
- Activate the virtual environment:
. beeware-venv/bin/activate
- Enter the project directory:
cd idea-eater/
- Install Briefcase in the virtual environment:
python -m pip install briefcase
- Run your project in your dev environment. Note that the
-d
flag tobriefcase dev
is required the first time around to install missing dependencies that are specified inpyproject.toml
:
briefcase dev -d