~georgeyk/stoq/stoq_update

« back to all changes in this revision

Viewing changes to docs/INSTALL

  • Committer: evandro
  • Date: 2006-02-07 15:10:50 UTC
  • Revision ID: vcs-imports@canonical.com-20060207151050-ow3o4vshf2vsdgow
Moving some files to the right place and updating setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Installing Stoq
2
 
===================
3
 
 
4
 
To install Stoq, just type:
5
 
 
6
 
  python setup.py install
7
 
 
8
 
This will install Stoq in the same directory as you have Python 
9
 
installed in. On most Unix systems this means /usr. However, if you
10
 
don't have write access to this directory or if you simply want to
11
 
install Stoq in another directory, type the following:
12
 
 
13
 
  python setup.py install --prefix DIRECTORY
14
 
 
15
 
Where DIRECTORY is the directory you want to install it to.