Skip to content

Ravel226/Caisse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

To setup the application locally, you should have a code editor(VS Code) and python installed in your computer (Version 3.9 minimum)

PS: During the installation of python you will need to select "add to path". Be carefull!

- Create Virtual Environment

Open the terminal in your code editor (crtl + %)

Enter these commands based on your Operating System


###### # Mac
python3 -m venv venv
source venv/bin/activate
# Windows (Optionnal if you don't have time)
python -m venv venv
venv\Scripts\activate

- Install dependencies

pip install --upgrade pip
pip install -r requirements.txt

- Run application

python main.py

Enjoy!


- Advanced steps

How to make an executable: In the terminal, type:

pyinstaller --onefile --windowed main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages