Changes between Initial Version and Version 1 of InstallationGuide


Ignore:
Timestamp:
Sep 21, 2015, 3:00:57 PM (11 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v1 v1  
     1[[PageOutline(2-5, Table of Contents, floated)]]
     2
     3= Installation guide =
     4
     5''This installation guide refers to the current git release of Py4bot.''
     6
     7== Git ==
     8
     9'''Py4bot''' uses [http://git-scm.com/ git] as VCS. To get the latest sources files:
     10
     11{{{
     12$ git clone https://github.com/fma38/Py4bot.git
     13}}}
     14
     15== Dependencies ==
     16
     17Py4bot is entirely written in python, and uses some third-party modules:
     18
     19 *
     20
     21== Build source archive ==
     22
     23Use the following command at '''Py4bot''' root:
     24
     25{{{
     26$ python setup.py sdist
     27}}}
     28
     29The archive will be build in the {{{dist/}}} directory.
     30
     31== Core ==
     32
     33=== !Gnu/Linux ===
     34
     35From source archive:
     36
     37{{{
     38$ pip install Py4bot-<version>.tar.gz
     39}}}
     40
     41== Configuration ==
     42