Skip to content

Commit 55c1c57

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Added a note on how to test changes"
2 parents 86e4b2a + cde0746 commit 55c1c57

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ command::
5757
openstack help
5858
openstack help server create
5959

60+
If you want to make changes to the OpenStackClient for testing and contribution,
61+
make any changes and then run::
62+
63+
python setup.py develop
64+
65+
or::
66+
67+
pip install -e .
68+
6069
Configuration
6170
=============
6271

0 commit comments

Comments
 (0)