Skip to content

freakboy3742/idea-eater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

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

Getting a dev environment up and running

  1. Clone this repo:
git clone git@github.com:mattcen/idea-eater.git
  1. Create a Python virtual environment:
python3 -m venv beeware-venv
  1. Activate the virtual environment:
. beeware-venv/bin/activate
  1. Enter the project directory:
cd idea-eater/
  1. Install Briefcase in the virtual environment:
python -m pip install briefcase
  1. Run your project in your dev environment. Note that the -d flag to briefcase dev is required the first time around to install missing dependencies that are specified in pyproject.toml:
briefcase dev -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%