python-redfish/doc/source/develsetup.rst
Madhuri Kumari ed4e544e6d Fix a link in doc and update develsetup
This patch updates the `develsetup.rst` link in testing.rst which
is throwing 404 with the current link. And also updated the
develsetup document to link to the dmtf/README.rst for detailed
setup steps.

Change-Id: I3d27b0e06d7a236c9491333b580fcad665d56728
2017-03-17 09:08:43 +00:00

712 B

Developer setup

  1. Follow get the source code section to retrieve the sources.
  2. Follow using pip and virtualenv section to create your environment.

To setup a development environment, the DMTF has published a mockup environment to simulate a Redfish based system so it is possible to write programs without real Redfish compliant hardware platform.

Please look at _DMTF Documentation for detailed steps. for setting up the environment.

You can start hacking the code now.