Skip to content

Commit 68a4450

Browse files
authored
Update README.md
1 parent 4eca11a commit 68a4450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Game-theoretic adversarial machine learning library providing a set of learner a
77

88
### Installation
99
To install the dependencies for `adlib` do `pip install -r requirements.txt`. See below for a list of dependencies.
10-
To install `adlib`, run `python3 setup.py install`. For development, do `python3 setup.py develop`.
10+
To install `adlib`, run `pip3 install adlib` or `python3 setup.py install`. For development, do `python3 setup.py develop`.
1111

1212
#### Dependencies
1313
* Python3

0 commit comments

Comments
 (0)