Skip to content

Dinesh0912/app.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Create a new project using pycharm
  • choose python3 in the virtual environment
  • Initialize git (this is just one time)

** Initialize python version using a virtual environment

  • cd venv
  • source bin/activate

** To install flask using pip

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

**To start the application

python -m flask run

**Git Commands * git status for seeing changes * git add (-p/filename) for adding changes * git commit -m "Commit message" to commit changes. * git log (to see all commits) * git checkout sha (to go to a commit) * git checkout master

** To run the tests

  • python app_test.py

About

This is the main code for the calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published