Mercurial > wikked
comparison docs/pages/01_installation.md @ 398:0f4032dafc1f
docs: Adjustments to documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 23 Oct 2015 23:50:18 -0700 |
parents | dcaa41b39c23 |
children |
comparison
equal
deleted
inserted
replaced
397:dcaa41b39c23 | 398:0f4032dafc1f |
---|---|
7 ## From the package index | 7 ## From the package index |
8 | 8 |
9 You need [Python 3.4][py3] or later to use Wikked. Then, the easiest way to | 9 You need [Python 3.4][py3] or later to use Wikked. Then, the easiest way to |
10 install it is to use `pip`: | 10 install it is to use `pip`: |
11 | 11 |
12 pip install wikked | 12 pip install --pre wikked |
13 | 13 |
14 If you want to use the very latest (and potentially broken) version: | 14 If you want to use the very latest (and potentially broken) version: |
15 | 15 |
16 pip install git+ssh://git@github.com/ludovicchabant/Wikked.git#egg=Wikked | 16 pip install git+ssh://git@github.com/ludovicchabant/Wikked.git#egg=Wikked |
17 | 17 |