Show More
@@ -14,16 +14,19 fix might be already fixed there and i t | |||
|
14 | 14 | stable, and not the other way. Finally, when you are finished making a change, |
|
15 | 15 | please send me a pull request. |
|
16 | 16 | |
|
17 |
To run RhodeCode in a development version you always need to install the |
|
|
18 | version of RhodeCode and the VCS library. | |
|
17 | To run RhodeCode in a development version you always need to install the latest | |
|
18 | required libs from `requires.txt` file. | |
|
19 | 19 | |
|
20 | after downloading RhodeCode make sure you run:: | |
|
20 | after downloading/pulling RhodeCode make sure you run:: | |
|
21 | 21 | |
|
22 | 22 | python setup.py develop |
|
23 | 23 | |
|
24 |
command to install all required packages, and prepare development |
|
|
24 | command to install/verify all required packages, and prepare development | |
|
25 | enviroment. | |
|
25 | 26 | |
|
26 | 27 | |
|
28 | After finishing your changes make sure all tests passes ok. You can run | |
|
29 | the testsuite running nosetest from the project root. | |
|
27 | 30 | |
|
28 | 31 | | Thank you for any contributions! |
|
29 | 32 | | Marcin |
General Comments 0
You need to be logged in to leave comments.
Login now