Mitchel Humpherys
725f391399
docs: installation: Add link to Quickstart after install
...
Once Flask is installed many users will want to proceed to the next section
in the docs (Quickstart). Add a link to the end of the Install section for
this.
7 years ago
David Lord
49a38ed999
use theme provided by pallets-sphinx-themes
7 years ago
David Lord
c3dd7b8e4c
rewrite tutorial docs and example
7 years ago
David Lord
28d0f66c1f
remove tests and docs for python 2.6 and 3.3
7 years ago
David Lord
9bc329c0c9
rewrite cli docs
...
reflects the current FLASK_APP detection
7 years ago
David Lord
491d331e6e
load env vars using python-dotenv
7 years ago
David Lord
1fb43e3be4
rewrite installation docs
...
discuss python version
discuss all dependencies
prefer python 3 in instructions
[ci skip]
8 years ago
Runar Trollet Kristoffersen
889c0ed196
Issue #2212 : documentation: virtualenv and python3
8 years ago
Jeff Widman
bb0e755c80
Migrate various docs links to https ( #2180 )
...
Also fixed a few outdated links
8 years ago
David Lord
cdbd63d7de
Windows venv is Scripts, capital S
...
closes #2056
8 years ago
Olexander Yermakov
b7a0cc61c5
Update installation documentation for using 'pip' command ( #1920 )
8 years ago
David Lord
1928f28a68
clean up code formatting in some docs
...
fix warnings while building docs
8 years ago
José Carlos García
567fff9d0d
Change to Pallets project
...
* Update CHANGES
* Update CONTRIBUTING.rst
* Update setup.py
* Update tox.ini
* Update extensions.rst
* Update security.rst
* Update installation.rst
* Update testing.rst
* Update upgrading.rst
* Update sidebarintro.html
* Update jquery.rst
* Update dbcon.rst
* Update index.rst
9 years ago
gunbei
55e37d4f09
update get-pip.py location
9 years ago
whiteUnicorn
bc9619beba
Replace ';' to ','
...
I think it is awkward. Though semicolon can be used as a kind of supercomma, this sentence is not that kine of thing. Replacing it with comma would be more better. isn't it?
9 years ago
Wang Haowei
47b5c09ba6
fix typo
10 years ago
defuz
7e157ee589
docs: ``http://...``
10 years ago
defuz
5562acfdfc
docs: fix warnings
10 years ago
defuz
02694d609f
docs: :command:`pip`, :option:`--debug`
10 years ago
defuz
a8f570cc62
docs: :file:`app.py`, :file:`yourapp/templates`
10 years ago
Markus Unterwaditzer
7db5232572
Don't mention Flask dev releases anymore
...
Fix #1155
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
lord63
c44a6111bc
Update installation.rst
11 years ago
lord63
a8fd417b31
Update installation.rst
...
Add descriptions about how leave from the virtual environment.
11 years ago
Daniel Neuhäuser
20edb3189c
Fix Pocoo documentation links
11 years ago
Matt Iversen
a8e88bebd1
Update windows installation and other notes
...
Making allowance for new convenience of `get-pip.py` that automatically installs setuptools and pip together.
Stop recommending distribute, which has now been merged into setuptools.
11 years ago
Armin Ronacher
0ac9582113
Added notes on Python 3
12 years ago
Thomas Waldmann
40fad2ece8
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
12 years ago
Baiju Muthukadan
7a3d74f19f
WSGI specification has finalized for Python 3
...
Mention Python 3.x is not supported
12 years ago
Ron DuPlain
0d2ffc094b
Use 'venv' consistently for virtualenv directory.
...
Pointed out by tri on #pocoo.
13 years ago
Simon Sapin
e08028de55
pip vs. easy_install consistency
13 years ago
Ron DuPlain
e070ede050
Use "." not "source" for shell sourcing.
...
Shell portability from mitsuhiko.
13 years ago
Kenneth Reitz
5e848176e5
typos and fixes
13 years ago
Kenneth Reitz
60f7e3a7b4
vent and no more .
13 years ago
Kenneth Reitz
73a8595335
vent and no more .
13 years ago
Kenneth Reitz
4a75198f36
pip and distribute installation
13 years ago
Ron DuPlain
ed40eacf42
Add tiny doc touchups.
13 years ago
Ori Livneh
593b003b5c
tweak to one sentence
13 years ago
Ori Livneh
c34a87033f
tweaks to style and structure
13 years ago
Ori Livneh
1a9e082a76
tweaks to style
13 years ago
FND
7ccca13bbd
Fixed various stylistic issues in documentation
13 years ago
Daniel Haaker
693b3b7621
Tricker -> trickier
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
fd06bcfbf0
Added notes on 3.x
15 years ago
Matt Campbell
f5e533076f
Edited the installation guide.
15 years ago
Georg Brandl
a224fecfd5
More typo fixes.
15 years ago
Marian Sigler
133920c83b
Fix typo in docs.
15 years ago
Armin Ronacher
931dcc4c80
Fixed a doc bug and added distribtue docs.
15 years ago
Ron DuPlain
93a8ca0282
Fixed some minor typos throughout docs.
15 years ago
cgrinds
5876a8fd96
Merge more upstream changes
15 years ago
Chris Edgemon
a7ff9dbddd
Proofreading the documentation
15 years ago