Skip to content

Commit 3f47290

Browse files
authored
Update CONTRIBUTING.md
1 parent d2ba434 commit 3f47290

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ Adversarial Robustness Toolbox so that others may evaluate it fairly in their ow
88
Bug fixes can be initiated through GitHub pull requests. When making code contributions to the Adversarial Robustness
99
Toolbox, 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
2014
This project uses [DCO](https://developercertificate.org/). Be sure to sign off your commits using the `-s` flag or

0 commit comments

Comments
 (0)