Skip to content

Commit

Permalink
mention python setup.py install
Browse files Browse the repository at this point in the history
git-svn-id: https://pyjamas.svn.sourceforge.net/svnroot/pyjamas/trunk@276 7a2bd370-bda8-463c-979e-2900ccfb811e
  • Loading branch information
lkcl committed Mar 4, 2009
1 parent 131ecde commit c3d4f69
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions INSTALL.txt
Expand Up @@ -5,7 +5,20 @@ Installing Pyjamas
System Installation System Installation
=================== ===================


XXX As usual, run::

python setup.py install

The commands pyjscompile and pyjsbuild will be installed;
the boilerplate web templates, the pyjamas "builtin" libraries
and the UI Widget libraries will be installed as data libraries
which pyjscompile and pyjsbuild will know about. The default
path is:

{sys.prefix}/share/pyjamas

You can over-ride this default location with the PYJSPREFIX
environment variable.


Developer Sandbox Setup Developer Sandbox Setup
======================= =======================
Expand All @@ -21,4 +34,3 @@ To build pyjama apps see ``./bin/pyjsbuild --help``







0 comments on commit c3d4f69

Please sign in to comment.