Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 738 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 738 Bytes

Index

  1. Set up build environment

Set up build environment

Actually, there is no required environment to use. Because pystructs doesn't have any dependencies.

If you want to follow my environment, you can use pipenv. If you use another tool, you should install below development dependencies:

  • Python 3.7 or later
  • pytest
  • pytest-cov
  • codecov
  • black

Also, it needs make, sphinx with below command when you build document. you should follow guide in below link.