Skip to content

Isurunc/PythonSample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonSample

PythonSample

Steps to run the project

On MacOS

  1. Clone the project
  2. Open in PyCharm or Sublime
  3. Open the terminal go inside the directory 'PythonSample'
  4. Execute python --version to see the Python version in your Mac
  5. Execute pip --version to see whether you have installed pip already and to know it's version
  6. If pip is not installed use sudo easy_install pip to install it
  7. Install virtualenv by using the command sudo pip install virtualenv (virtualenv is a tool for creating isolated Python environments)
  8. Execute following command virtualenv --no-site-packages venv
  9. Execute source venv/bin/activate
  10. Execute pip install flask
  11. Execute python sql.py
  12. Execute python app.py (Open the browser and go to localhost:5000)
  13. Execute python tests.py -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.6%
  • HTML 49.4%