Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Docs (With commands) #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 39 additions & 5 deletions webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
Flask
Jinja2
Werkzeug
distribute
wsgiref
-------Flask
==Step 1
//Debian, Ubuntu
$ sudo apt-get install python-virtualenv
//CentOS, Fedora
$ sudo yum install python-virtualenv
//Arch
$ sudo pacman -S python-virtualenv
==Step 2
mkdir myproject
cd myproject
python3 -m venv venv
==Step 3
$ pip install Flask

--------Jinja2
==Step
Installing the development version
git clone git://github.com/pallets/jinja.git
cd jinja2
ln -s jinja2 /usr/lib/python2.X/site-packages

--------Werkzeug
linux
# Debian, Ubuntu
sudo apt-get install python-virtualenv
# CentOS, Fedora
sudo yum install python-virtualenv
# Arch
sudo pacman -S python-virtualenv
Mac OS
sudo python2 Downloads/get-pip.py
sudo python2 -m pip install virtualenv
Windows
\Python27\python.exe Downloads\get-pip.py
\Python27\python.exe -m pip install virtualenv

--------distributed
--------wsgiref