mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Added a note on how to test changes
It's confusing for new contributors to test the client. Added a quick note to the README explaining how to do so. Change-Id: I2a185f04bbec7ab01fdd2ab436a5f413f33819e7
This commit is contained in:
parent
272d193401
commit
cde07464b5
1 changed files with 9 additions and 0 deletions
|
|
@ -57,6 +57,15 @@ command::
|
|||
openstack help
|
||||
openstack help server create
|
||||
|
||||
If you want to make changes to the OpenStackClient for testing and contribution,
|
||||
make any changes and then run::
|
||||
|
||||
python setup.py develop
|
||||
|
||||
or::
|
||||
|
||||
pip install -e .
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue