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

Side by Side Diff: INSTALL

Issue 4306055: New production module (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « COPYRIGHT ('k') | LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Installing trytond_production
2 =============================
3
4 Prerequisites
5 -------------
6
7 * Python 2.6 or later (http://www.python.org/)
8 * trytond (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/)
12
13 Installation
14 ------------
15
16 Once you've downloaded and unpacked the trytond_production source release, enter the
17 directory where the archive was unpacked, and run:
18
19 python setup.py install
20
21 Note that you may need administrator/root privileges for this step, as
22 this command will by default attempt to install module to the Python
23 site-packages directory on your system.
24
25 For advanced options, please refer to the easy_install and/or the distutils
26 documentation:
27
28 http://peak.telecommunity.com/DevCenter/EasyInstall
29 http://docs.python.org/inst/inst.html
30
31 To use without installation, extract the archive into ``trytond/modules`` with
32 the directory name production.
OLDNEW
« no previous file with comments | « COPYRIGHT ('k') | LICENSE » ('j') | no next file with comments »

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