Skip to content

highlowapp/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

This is how to work the website test file:

First you will need to install a virtual environment: $ sudo apt-get install virtualenv

Next use virtualenv to create a virtual environment (you could call it anything you want, I just called it virtualenv): $ virtualenv virtualenv

Now run the environment(I put virtualenv in ~/Documents) : $ source ~/Documents/virtualenv/bin/activate

Now that you have that running you should install Flask: $ pip install Flask

If you are using the Auth class you will need to install the requirements onto the virtualenv: $ pip install -r requirements.txt That worked for me, let me know if you have any problems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors