Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 691 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 691 Bytes

Contributing Guidelines

Here we briefly summarize how to develop the document template... however, you should adjust this document based on your needs.

Development Environment

  1. Create Python virtual environment: python -m venv env
  2. Activate the virtual environment
  3. Install dsw-tdk with DSW version you use: pip install dsw-tdk==X.Y.Z
  4. Use dsw-tdk --help
  5. You should create own .env file based on example.env file

References