Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.44 KB

File metadata and controls

26 lines (20 loc) · 1.44 KB

Zowe CLient Python SDK - ReadTheDocs

This document is intended to help you build the documentation that will eventually make its way into the live site: https://zowe-client-python-sdk.readthedocs.io/en/latest/index.html

Installation requirements

Build steps

These steps should help you to build the documentation

  1. Clone the repository, open a terminal, and cd into the repository directory
  2. Create a virtual environment:
    • npm run env:create
  3. Activate the virtual environment:
    • npm run env:activate
  4. Install the doc dependencies
    • npm run doc:install
  5. Build and open the documentation:
    • npm run doc:dev