Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1323)

Delta Between Two Patch Sets: INSTALL

Issue 4306055: New production module (Closed)
Left Patch Set: Created 13 years ago
Right Patch Set: To be sure Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « COPYRIGHT ('k') | LICENSE » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 Installing trytond_production 1 Installing trytond_production
2 ============================= 2 =============================
udono 2011/03/29 07:58:52 is this name good? Is it not better to name it pro
3 3
4 Prerequisites 4 Prerequisites
5 ------------- 5 -------------
6 6
7 * Python 2.5 or later (http://www.python.org/) 7 * Python 2.6 or later (http://www.python.org/)
8 * trytond (http://www.tryton.org/) 8 * trytond (http://www.tryton.org/)
9 * trytond_product (http://www.tryton.org/) 9 * trytond_product (http://www.tryton.org/)
10 * trytond_company (http://www.tryton.org/)
11 * trytond_stock (http://www.tryton.org/)
10 12
11 Installation 13 Installation
12 ------------ 14 ------------
13 15
14 Once you've downloaded and unpacked the trytond_production source release, enter the 16 Once you've downloaded and unpacked the trytond_production source release, enter the
15 directory where the archive was unpacked, and run: 17 directory where the archive was unpacked, and run:
16 18
17 python setup.py install 19 python setup.py install
18 20
19 Note that you may need administrator/root privileges for this step, as 21 Note that you may need administrator/root privileges for this step, as
20 this command will by default attempt to install module to the Python 22 this command will by default attempt to install module to the Python
21 site-packages directory on your system. 23 site-packages directory on your system.
22 24
23 For advanced options, please refer to the easy_install and/or the distutils 25 For advanced options, please refer to the easy_install and/or the distutils
24 documentation: 26 documentation:
25 27
26 http://peak.telecommunity.com/DevCenter/EasyInstall 28 http://peak.telecommunity.com/DevCenter/EasyInstall
27 http://docs.python.org/inst/inst.html 29 http://docs.python.org/inst/inst.html
28 30
29 To use without installation, extract the archive into ``trytond/modules`` with 31 To use without installation, extract the archive into ``trytond/modules`` with
30 the directory name production. 32 the directory name production.
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b