Changeset - 4cf9af8ee623
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-25 22:58:33
marcin@python-works.com
fixed docs ref pull-request #53
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/contributing.rst
Show inline comments
 
@@ -18,20 +18,20 @@ please send me a pull request.
 
To run RhodeCode in a development version you always need to install the latest
 
required libs from `requires.txt` file.
 

	
 
after downloading/pulling RhodeCode make sure you run::
 

	
 
    python setup.py develop
 

	
 
command to install/verify all required packages, and prepare development 
 
enviroment.
 

	
 

	
 
After finishing your changes make sure all tests passes ok. You can run
 
the testsuite running nosetest from the project root.
 
the testsuite running ``nosetest`` from the project root.
 

	
 
| Thank you for any contributions!
 
|  Marcin
 

	
 

	
 

	
 
.. _bitbucket: http://bitbucket.org/
0 comments (0 inline, 0 general)