Release v0.61 by cclauss · Pull Request #137 · webpy/webpy.github.com · GitHub
Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions download.md
4 changes: 2 additions & 2 deletions install.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Otros idiomas : [english](/install) | [Japan 日本語 ](/install.ja) | [chinese

Para instalar web.py para Python >= 3.5, descargue:

https://github.com/webpy/webpy/archive/0.60.tar.gz
https://github.com/webpy/webpy/archive/0.61.tar.gz

o bien obtenga la última versión de desarrollo:

Expand All @@ -51,7 +51,7 @@ Otra opción es utilizar [Easy Install](http://peak.telecommunity.com/DevCenter/

O [PIP](http://packages.python.org/distribute/)

pip install web.py==0.60
pip install web.py==0.61

<a name="dev"></a>
## Desarrollo
Expand Down
2 changes: 1 addition & 1 deletion install.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Autre langages : [español](/install/es) | [Japan](/install/ja) | [chinese](/ins
## Installation
Pour installer web.py, commencez par télécharger l'archive:

[web.py-0.60.tar.gz](https://github.com/webpy/webpy/archive/0.60.tar.gz)
[web.py-0.61.tar.gz](https://github.com/webpy/webpy/archive/0.61.tar.gz)

Décompressez l'archive et copier le dossier _web_ dans le dossier de votre application. Ou, pour rendre web.py accessible par toutes les applications, exécutez:

Expand Down
2 changes: 1 addition & 1 deletion install.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Installazione

Prima di installare web.py dobbiamo scaricare i sorgenti:

https://github.com/webpy/webpy/archive/0.60.tar.gz
https://github.com/webpy/webpy/archive/0.61.tar.gz

estraiamolo e copiamo la cartella "_web_" in una directory dove risiede la nostra applicazione.
Se invece vogliamo rendere web.py accessibile a tutte le applicazioni, dobbiamo installarlo in modo che sia reperibile nella cartella dei moduli di python.
Expand Down
2 changes: 1 addition & 1 deletion install.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: インストールガイド

web.pyをダウンロードします。

https://github.com/webpy/webpy/archive/0.60.tar.gz
https://github.com/webpy/webpy/archive/0.61.tar.gz

ダウンロードファイルを展開し、あなたのアプリケーションがあるディレクトリに展開したフォルダ`webpy`の直下にある `web` フォルダをコピーしてください。
もしくは以下のコマンドを実行し、すべてのアプリケーションからのアクセスを可能にします。
Expand Down
4 changes: 2 additions & 2 deletions install.md