File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,7 @@ Adversarial Robustness Toolbox so that others may evaluate it fairly in their ow
88Bug fixes can be initiated through GitHub pull requests. When making code contributions to the Adversarial Robustness
99Toolbox, we ask that you follow the ` PEP 8 ` coding standard and that you provide unit tests for the new features.
1010
11- ## Development install
12-
13- We provide a specific set of dependencies that we test and develop against, namely ` requirements.txt ` . In a virtual
14- environment install ART for development in the following way:
15- ``` bash
16- pip install -r requirements.txt
17- ```
11+ Contributions of new features must include unit test covering at least 80% of the new statements.
1812
1913## Validating Git Commits
2014This project uses [ DCO] ( https://developercertificate.org/ ) . Be sure to sign off your commits using the ` -s ` flag or
You can’t perform that action at this time.
0 commit comments