Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

vandyliu/SMSmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start up (using powershell)

python -m venv venv
.\venv\Scripts\Activate.ps1      # Initialize virtualenv
pip install -r requirements.txt  # Install python libraries 
$env:FLASK_APP = "app.py"
flask run

Tips

To save pip depedencies in requirements.txt: pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages