Changeset - f55b8142bf6c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-05-28 14:42:07
marcin@python-works.com
fix doc typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/installation.rst
Show inline comments
 
@@ -16,25 +16,25 @@ Installing RhodeCode from Cheese Shop
 

	
 
Rhodecode requires python version 2.5 or higher.
 

	
 
The easiest way to install ``rhodecode`` is to run::
 

	
 
    easy_install rhodecode
 

	
 
Or::
 

	
 
    pip install rhodecode
 

	
 
If you prefer to install RhodeCode manually simply grab latest release from
 
http://pypi.python.org/pypi/rhodecode, decompress the archive and run::
 
http://pypi.python.org/pypi/RhodeCode, decompress the archive and run::
 

	
 
    python setup.py install
 

	
 

	
 
Step by step installation example
 
---------------------------------
 

	
 

	
 
For installing RhodeCode i highly recommend using separate virtualenv_. This
 
way many required by RhodeCode libraries will remain sandboxed from your main
 
python and making things less problematic when doing system python updates. 
 

	
0 comments (0 inline, 0 general)