Skip to content

Basilmp850/yogawebapp_final

 
 

Repository files navigation

Steps to run the web app locally

Clone the repository in some directory on your pc

git clone https://github.com/jonsport/yogawebapp_final.git

Set up a virtual environment by installing virtualenv

On windows, install virtualenv : pip install virtualenv

Create a virtual environment

cd <directory_of_clone> On windows: - python -m virtualenv venv(To create a virtual environment named "venv")

Activate the virtual environment

On Windows: - venv/Scripts/activate

Install the dependencies(in requirements.txt file)

On windows: - pip install -r requirements.txt

Recommended Python Version : Python 3.9

About

finalized features repo

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.9%
  • C 1.9%
  • C++ 0.4%
  • Cython 0.4%
  • HTML 0.1%
  • Fortran 0.1%
  • Other 0.2%